color codes Logo

#c718dc color codes

#C718DC
(199,24,220)
0 Favorites   0 Comments

Color spaces of #c718dc

RGB 19924220
HSL0.820.800.48
HSV294°89°86°
CMYK 0.100.890.00   0.14
XYZ36.798117.962769.2378
Yxy17.96270.29680.1449
Hunter Lab42.382480.8115-67.1911
CIE-Lab49.450882.3016-59.1389

#c718dc color RGB value is (199,24,220).

#c718dc hex color red value is 199, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c718dc hue: 0.82 , saturation: 0.80 and the lightness value of c718dc is 0.48.

The process color (four color CMYK) of #c718dc color code is 0.10, 0.89, 0.00, 0.14. Web safe color of #c718dc is #cc00cc. Color #c718dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011000 11011100
Octal 307 30 334
Decimal 199 24 220
Hex C7 18 DC

RGB Percentages of Color #c718dc

%44.92
%5.42
%49.66

CMYK Percentages of Color #c718dc

%10
%89
%0
%14

Triadic Colors of #c718dc

#c718dc #dcc718 #18dcc7

Analogous Colors of #c718dc

#c718dc #dc188f #6518dc

Monochromatic Colors of #c718dc

#c718dc

Complementary Color

#c718dc #2ddc18

#c718dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c718dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c718dc Color CSS Codes

.mybgcolor {background-color:#c718dc; } 
.myforecolor {color:#c718dc; }
.mybordercolor {border:3px solid #c718dc; }

#c718dc Text Font Color

<p style="color:#c718dc">Text here</p>

This sample text font color is #c718dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c718dc Background Color

<div style="background-color:#c718dc">
Div content here</div>

This div background color is #c718dc


#c718dc Border Color

<div style="border:3px solid #c718dc">
Div here</div>

This div border color is #c718dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,24,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c718dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c718dc;
  -webkit-box-shadow: 1px 1px 3px 2px #c718dc;
  box-shadow:         1px 1px 3px 2px #c718dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,24,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c718dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c718dc;
  -webkit-box-shadow: 1px 1px 3px 2px #c718dc;
  box-shadow:         1px 1px 3px 2px #c718dc;">
Div content here</div>

This div box has shadow with color #c718dc


Comments

No comments written yet.

Please login to write comment.