Color Hex Logo

#c03fcf Color Hex

#C03FCF
(192,63,207)
0 Favorites   0 Comments

Color spaces of #c03fcf

RGB 19263207
HSL0.820.600.53
HSV294°70°81°
CMYK 0.070.700.00   0.19
XYZ34.778219.266560.9173
Yxy19.26650.30250.1676
Hunter Lab43.893664.6169-51.5595
CIE-Lab50.997668.8411-49.2868

#c03fcf color RGB value is (192,63,207).

#c03fcf hex color red value is 192, green value is 63 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c03fcf hue: 0.82 , saturation: 0.60 and the lightness value of c03fcf is 0.53.

The process color (four color CMYK) of #c03fcf color hex is 0.07, 0.70, 0.00, 0.19. Web safe color of #c03fcf is #cc33cc. Color #c03fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 11001111
Octal 300 77 317
Decimal 192 63 207
Hex C0 3F CF

RGB Percentages of Color #c03fcf

%41.56
%13.64
%44.81

CMYK Percentages of Color #c03fcf

%7
%70
%0
%19

Triadic Colors of #c03fcf

#c03fcf #cfc03f #3fcfc0

Analogous Colors of #c03fcf

#c03fcf #cf3f96 #783fcf

Monochromatic Colors of #c03fcf

#c03fcf

Complementary Color

#c03fcf #4ecf3f

#c03fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03fcf Color CSS Codes

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

#c03fcf Text Font Color

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

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


#c03fcf Background Color

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

This div background color is #c03fcf


#c03fcf Border Color

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

This div border color is #c03fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03fcf


Comments

No comments written yet.

Please login to write comment.