Color Hex Logo

#c941bb Color Hex

#C941BB
(201,65,187)
0 Favorites   0 Comments

Color spaces of #c941bb

RGB 20165187
HSL0.850.560.52
HSV306°68°79°
CMYK 0.000.680.07   0.21
XYZ34.947319.786048.9909
Yxy19.78600.33690.1908
Hunter Lab44.481562.3978-34.1637
CIE-Lab51.594466.8472-36.7131

#c941bb color RGB value is (201,65,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 10111011
Octal 311 101 273
Decimal 201 65 187
Hex C9 41 BB

RGB Percentages of Color #c941bb

%44.37
%14.35
%41.28

CMYK Percentages of Color #c941bb

%0
%68
%7
%21

Triadic Colors of #c941bb

#c941bb #bbc941 #41bbc9

Analogous Colors of #c941bb

#c941bb #c94177 #9341c9

Monochromatic Colors of #c941bb

#c941bb

Complementary Color

#c941bb #41c94f

#c941bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941bb Color CSS Codes

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

#c941bb Text Font Color

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

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


#c941bb Background Color

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

This div background color is #c941bb


#c941bb Border Color

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

This div border color is #c941bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941bb


Comments

No comments written yet.

Please login to write comment.