Color Hex Logo

#c02fdd Color Hex

#C02FDD
(192,47,221)
0 Favorites   0 Comments

Color spaces of #c02fdd

RGB 19247221
HSL0.810.720.53
HSV290°79°87°
CMYK 0.130.790.00   0.13
XYZ35.805918.460070.0826
Yxy18.46000.28790.1485
Hunter Lab42.965173.5679-66.6354
CIE-Lab50.049476.4166-58.8037

#c02fdd color RGB value is (192,47,221).

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

The process color (four color CMYK) of #c02fdd color hex is 0.13, 0.79, 0.00, 0.13. Web safe color of #c02fdd is #cc33cc. Color #c02fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101111 11011101
Octal 300 57 335
Decimal 192 47 221
Hex C0 2F DD

RGB Percentages of Color #c02fdd

%41.74
%10.22
%48.04

CMYK Percentages of Color #c02fdd

%13
%79
%0
%13

Triadic Colors of #c02fdd

#c02fdd #ddc02f #2fddc0

Analogous Colors of #c02fdd

#c02fdd #dd2fa3 #692fdd

Monochromatic Colors of #c02fdd

#c02fdd

Complementary Color

#c02fdd #4cdd2f

#c02fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02fdd Color CSS Codes

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

#c02fdd Text Font Color

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

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


#c02fdd Background Color

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

This div background color is #c02fdd


#c02fdd Border Color

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

This div border color is #c02fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02fdd


Comments

No comments written yet.

Please login to write comment.