Color Hex Logo

#c926bb Color Hex

#C926BB
(201,38,187)
0 Favorites   0 Comments

Color spaces of #c926bb

RGB 20138187
HSL0.850.680.47
HSV305°81°79°
CMYK 0.000.810.07   0.21
XYZ33.750117.391648.5918
Yxy17.39160.33840.1744
Hunter Lab41.703271.4780-39.8913
CIE-Lab48.749774.9708-41.2004

#c926bb color RGB value is (201,38,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100110 10111011
Octal 311 46 273
Decimal 201 38 187
Hex C9 26 BB

RGB Percentages of Color #c926bb

%47.18
%8.92
%43.90

CMYK Percentages of Color #c926bb

%0
%81
%7
%21

Triadic Colors of #c926bb

#c926bb #bbc926 #26bbc9

Analogous Colors of #c926bb

#c926bb #c9266a #8626c9

Monochromatic Colors of #c926bb

#c926bb

Complementary Color

#c926bb #26c934

#c926bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c926bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c926bb Color CSS Codes

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

#c926bb Text Font Color

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

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


#c926bb Background Color

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

This div background color is #c926bb


#c926bb Border Color

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

This div border color is #c926bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c926bb


Comments

No comments written yet.

Please login to write comment.