Color Hex Logo

#c742cd Color Hex

#C742CD
(199,66,205)
0 Favorites   0 Comments

Color spaces of #c742cd

RGB 19966205
HSL0.830.580.53
HSV297°68°80°
CMYK 0.030.680.00   0.20
XYZ36.520820.446359.7793
Yxy20.44630.31280.1751
Hunter Lab45.217665.0380-46.7312
CIE-Lab52.338168.9388-45.9429

#c742cd color RGB value is (199,66,205).

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

The process color (four color CMYK) of #c742cd color hex is 0.03, 0.68, 0.00, 0.20. Web safe color of #c742cd is #cc33cc. Color #c742cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000010 11001101
Octal 307 102 315
Decimal 199 66 205
Hex C7 42 CD

RGB Percentages of Color #c742cd

%42.34
%14.04
%43.62

CMYK Percentages of Color #c742cd

%3
%68
%0
%20

Triadic Colors of #c742cd

#c742cd #cdc742 #42cdc7

Analogous Colors of #c742cd

#c742cd #cd428e #8242cd

Monochromatic Colors of #c742cd

#c742cd

Complementary Color

#c742cd #48cd42

#c742cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c742cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c742cd Color CSS Codes

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

#c742cd Text Font Color

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

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


#c742cd Background Color

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

This div background color is #c742cd


#c742cd Border Color

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

This div border color is #c742cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,66,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 #c742cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c742cd


Comments

No comments written yet.

Please login to write comment.