Color Hex Logo

#c03fdc Color Hex

#C03FDC
(192,63,220)
0 Favorites   0 Comments

Color spaces of #c03fdc

RGB 19263220
HSL0.800.690.55
HSV289°71°86°
CMYK 0.130.710.00   0.14
XYZ36.434019.928869.6365
Yxy19.92880.28920.1582
Hunter Lab44.641767.5586-61.2372
CIE-Lab51.756671.1570-55.4929

#c03fdc color RGB value is (192,63,220).

#c03fdc hex color red value is 192, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c03fdc hue: 0.80 , saturation: 0.69 and the lightness value of c03fdc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111111 11011100
Octal 300 77 334
Decimal 192 63 220
Hex C0 3F DC

RGB Percentages of Color #c03fdc

%40.42
%13.26
%46.32

CMYK Percentages of Color #c03fdc

%13
%71
%0
%14

Triadic Colors of #c03fdc

#c03fdc #dcc03f #3fdcc0

Analogous Colors of #c03fdc

#c03fdc #dc3faa #723fdc

Monochromatic Colors of #c03fdc

#c03fdc

Complementary Color

#c03fdc #5bdc3f

#c03fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03fdc Color CSS Codes

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

#c03fdc Text Font Color

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

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


#c03fdc Background Color

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

This div background color is #c03fdc


#c03fdc Border Color

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

This div border color is #c03fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03fdc


Comments

No comments written yet.

Please login to write comment.