Color Hex Logo

#c923cd Color Hex

#C923CD
(201,35,205)
0 Favorites   0 Comments

Color spaces of #c923cd

RGB 20135205
HSL0.830.710.47
HSV299°83°80°
CMYK 0.020.830.00   0.20
XYZ35.707918.027359.3552
Yxy18.02730.31570.1594
Hunter Lab42.458675.8170-53.1638
CIE-Lab49.529278.3289-50.3976

#c923cd color RGB value is (201,35,205).

#c923cd hex color red value is 201, green value is 35 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c923cd hue: 0.83 , saturation: 0.71 and the lightness value of c923cd is 0.47.

The process color (four color CMYK) of #c923cd color hex is 0.02, 0.83, 0.00, 0.20. Web safe color of #c923cd is #cc33cc. Color #c923cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100011 11001101
Octal 311 43 315
Decimal 201 35 205
Hex C9 23 CD

RGB Percentages of Color #c923cd

%45.58
%7.94
%46.49

CMYK Percentages of Color #c923cd

%2
%83
%0
%20

Triadic Colors of #c923cd

#c923cd #cdc923 #23cdc9

Analogous Colors of #c923cd

#c923cd #cd237c #7423cd

Monochromatic Colors of #c923cd

#c923cd

Complementary Color

#c923cd #27cd23

#c923cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c923cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c923cd Color CSS Codes

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

#c923cd Text Font Color

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

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


#c923cd Background Color

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

This div background color is #c923cd


#c923cd Border Color

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

This div border color is #c923cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c923cd


Comments

No comments written yet.

Please login to write comment.