Color Hex Logo

#c941bd Color Hex

#C941BD
(201,65,189)
0 Favorites   0 Comments

Color spaces of #c941bd

RGB 20165189
HSL0.850.560.52
HSV305°68°79°
CMYK 0.000.680.06   0.21
XYZ35.163019.872250.1265
Yxy19.87220.33440.1890
Hunter Lab44.578262.7876-35.4645
CIE-Lab51.692467.1602-37.7192

#c941bd color RGB value is (201,65,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 10111101
Octal 311 101 275
Decimal 201 65 189
Hex C9 41 BD

RGB Percentages of Color #c941bd

%44.18
%14.29
%41.54

CMYK Percentages of Color #c941bd

%0
%68
%6
%21

Triadic Colors of #c941bd

#c941bd #bdc941 #41bdc9

Analogous Colors of #c941bd

#c941bd #c94179 #9141c9

Monochromatic Colors of #c941bd

#c941bd

Complementary Color

#c941bd #41c94d

#c941bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941bd Color CSS Codes

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

#c941bd Text Font Color

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

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


#c941bd Background Color

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

This div background color is #c941bd


#c941bd Border Color

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

This div border color is #c941bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941bd


Comments

No comments written yet.

Please login to write comment.