color codes Logo

#c00fdd color codes

#C00FDD
(192,15,221)
0 Favorites   0 Comments

Color spaces of #c00fdd

RGB 19215221
HSL0.810.870.46
HSV292°93°87°
CMYK 0.130.930.00   0.13
XYZ34.960216.768669.8007
Yxy16.76860.28770.1380
Hunter Lab40.949580.7310-72.3985
CIE-Lab47.967182.5260-62.1618

#c00fdd color RGB value is (192,15,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001111 11011101
Octal 300 17 335
Decimal 192 15 221
Hex C0 F DD

RGB Percentages of Color #c00fdd

%44.86
%3.50
%51.64

CMYK Percentages of Color #c00fdd

%13
%93
%0
%13

Triadic Colors of #c00fdd

#c00fdd #ddc00f #0fddc0

Analogous Colors of #c00fdd

#c00fdd #dd0f93 #590fdd

Monochromatic Colors of #c00fdd

#c00fdd

Complementary Color

#c00fdd #2cdd0f

#c00fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00fdd Color CSS Codes

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

#c00fdd Text Font Color

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

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


#c00fdd Background Color

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

This div background color is #c00fdd


#c00fdd Border Color

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

This div border color is #c00fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,15,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00fdd


Comments

No comments written yet.

Please login to write comment.