Color Hex Logo

#c03fce Color Hex

#C03FCE
(192,63,206)
0 Favorites   0 Comments

Color spaces of #c03fce

RGB 19263206
HSL0.820.590.53
HSV294°69°81°
CMYK 0.070.690.00   0.19
XYZ34.656319.217760.2753
Yxy19.21770.30360.1684
Hunter Lab43.838064.3974-50.8345
CIE-Lab50.940968.6668-48.8035

#c03fce color RGB value is (192,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 11001110
Octal 300 77 316
Decimal 192 63 206
Hex C0 3F CE

RGB Percentages of Color #c03fce

%41.65
%13.67
%44.69

CMYK Percentages of Color #c03fce

%7
%69
%0
%19

Triadic Colors of #c03fce

#c03fce #cec03f #3fcec0

Analogous Colors of #c03fce

#c03fce #ce3f95 #793fce

Monochromatic Colors of #c03fce

#c03fce

Complementary Color

#c03fce #4dce3f

#c03fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03fce Color CSS Codes

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

#c03fce Text Font Color

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

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


#c03fce Background Color

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

This div background color is #c03fce


#c03fce Border Color

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

This div border color is #c03fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03fce


Comments

No comments written yet.

Please login to write comment.