Color Hex Logo

#c02fdf Color Hex

#C02FDF
(192,47,223)
0 Favorites   0 Comments

Color spaces of #c02fdf

RGB 19247223
HSL0.800.730.53
HSV289°79°87°
CMYK 0.140.790.00   0.13
XYZ36.074018.567271.4946
Yxy18.56720.28600.1472
Hunter Lab43.089774.0305-68.2115
CIE-Lab50.177076.7657-59.7357

#c02fdf color RGB value is (192,47,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101111 11011111
Octal 300 57 337
Decimal 192 47 223
Hex C0 2F DF

RGB Percentages of Color #c02fdf

%41.56
%10.17
%48.27

CMYK Percentages of Color #c02fdf

%14
%79
%0
%13

Triadic Colors of #c02fdf

#c02fdf #dfc02f #2fdfc0

Analogous Colors of #c02fdf

#c02fdf #df2fa6 #682fdf

Monochromatic Colors of #c02fdf

#c02fdf

Complementary Color

#c02fdf #4edf2f

#c02fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02fdf Color CSS Codes

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

#c02fdf Text Font Color

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

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


#c02fdf Background Color

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

This div background color is #c02fdf


#c02fdf Border Color

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

This div border color is #c02fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02fdf


Comments

No comments written yet.

Please login to write comment.