Color Hex Logo

#c00fdc Color Hex

#C00FDC
(192,15,220)
0 Favorites   0 Comments

Color spaces of #c00fdc

RGB 19215220
HSL0.810.870.46
HSV292°93°86°
CMYK 0.130.930.00   0.14
XYZ34.827316.715469.1009
Yxy16.71540.28870.1386
Hunter Lab40.884580.5068-71.5899
CIE-Lab47.899482.3633-61.7004

#c00fdc color RGB value is (192,15,220).

#c00fdc hex color red value is 192, green value is 15 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c00fdc hue: 0.81 , saturation: 0.87 and the lightness value of c00fdc is 0.46.

The process color (four color CMYK) of #c00fdc color hex is 0.13, 0.93, 0.00, 0.14. Web safe color of #c00fdc is #cc00cc. Color #c00fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11011100
Octal 300 17 334
Decimal 192 15 220
Hex C0 F DC

RGB Percentages of Color #c00fdc

%44.96
%3.51
%51.52

CMYK Percentages of Color #c00fdc

%13
%93
%0
%14

Triadic Colors of #c00fdc

#c00fdc #dcc00f #0fdcc0

Analogous Colors of #c00fdc

#c00fdc #dc0f92 #5a0fdc

Monochromatic Colors of #c00fdc

#c00fdc

Complementary Color

#c00fdc #2bdc0f

#c00fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00fdc Color CSS Codes

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

#c00fdc Text Font Color

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

This sample text font color is #c00fdc
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.


#c00fdc Background Color

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

This div background color is #c00fdc


#c00fdc Border Color

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

This div border color is #c00fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,15,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 #c00fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00fdc


Comments

No comments written yet.

Please login to write comment.