Color Hex Logo

#c924bb Color Hex

#C924BB
(201,36,187)
0 Favorites   0 Comments

Color spaces of #c924bb

RGB 20136187
HSL0.850.700.46
HSV305°82°79°
CMYK 0.000.820.07   0.21
XYZ33.687917.267148.5710
Yxy17.26710.33850.1735
Hunter Lab41.553771.9923-40.2149
CIE-Lab48.594875.4207-41.4457

#c924bb color RGB value is (201,36,187).

#c924bb hex color red value is 201, green value is 36 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c924bb hue: 0.85 , saturation: 0.70 and the lightness value of c924bb is 0.46.

The process color (four color CMYK) of #c924bb color hex is 0.00, 0.82, 0.07, 0.21. Web safe color of #c924bb is #cc33cc. Color #c924bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100100 10111011
Octal 311 44 273
Decimal 201 36 187
Hex C9 24 BB

RGB Percentages of Color #c924bb

%47.41
%8.49
%44.10

CMYK Percentages of Color #c924bb

%0
%82
%7
%21

Triadic Colors of #c924bb

#c924bb #bbc924 #24bbc9

Analogous Colors of #c924bb

#c924bb #c92469 #8524c9

Monochromatic Colors of #c924bb

#c924bb

Complementary Color

#c924bb #24c932

#c924bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c924bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c924bb Color CSS Codes

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

#c924bb Text Font Color

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

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


#c924bb Background Color

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

This div background color is #c924bb


#c924bb Border Color

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

This div border color is #c924bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,36,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c924bb


Comments

No comments written yet.

Please login to write comment.