Color Hex Logo

#c043cd Color Hex

#C043CD
(192,67,205)
0 Favorites   0 Comments

Color spaces of #c043cd

RGB 19267205
HSL0.820.580.53
HSV294°67°80°
CMYK 0.060.670.00   0.20
XYZ34.764819.628659.7140
Yxy19.62860.30470.1720
Hunter Lab44.304262.5339-48.8993
CIE-Lab51.414766.9972-47.4753

#c043cd color RGB value is (192,67,205).

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

The process color (four color CMYK) of #c043cd color hex is 0.06, 0.67, 0.00, 0.20. Web safe color of #c043cd is #cc33cc. Color #c043cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01000011 11001101
Octal 300 103 315
Decimal 192 67 205
Hex C0 43 CD

RGB Percentages of Color #c043cd

%41.38
%14.44
%44.18

CMYK Percentages of Color #c043cd

%6
%67
%0
%20

Triadic Colors of #c043cd

#c043cd #cdc043 #43cdc0

Analogous Colors of #c043cd

#c043cd #cd4395 #7b43cd

Monochromatic Colors of #c043cd

#c043cd

Complementary Color

#c043cd #50cd43

#c043cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c043cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c043cd Color CSS Codes

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

#c043cd Text Font Color

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

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


#c043cd Background Color

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

This div background color is #c043cd


#c043cd Border Color

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

This div border color is #c043cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c043cd


Comments

No comments written yet.

Please login to write comment.