Color Hex Logo

#c925bd Color Hex

#C925BD
(201,37,189)
0 Favorites   0 Comments

Color spaces of #c925bd

RGB 20137189
HSL0.850.690.47
HSV304°82°79°
CMYK 0.000.820.06   0.21
XYZ33.934317.414849.7170
Yxy17.41480.33580.1723
Hunter Lab41.731072.1210-41.4244
CIE-Lab48.778575.4897-42.3215

#c925bd color RGB value is (201,37,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100101 10111101
Octal 311 45 275
Decimal 201 37 189
Hex C9 25 BD

RGB Percentages of Color #c925bd

%47.07
%8.67
%44.26

CMYK Percentages of Color #c925bd

%0
%82
%6
%21

Triadic Colors of #c925bd

#c925bd #bdc925 #25bdc9

Analogous Colors of #c925bd

#c925bd #c9256b #8325c9

Monochromatic Colors of #c925bd

#c925bd

Complementary Color

#c925bd #25c931

#c925bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c925bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c925bd Color CSS Codes

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

#c925bd Text Font Color

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

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


#c925bd Background Color

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

This div background color is #c925bd


#c925bd Border Color

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

This div border color is #c925bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c925bd


Comments

No comments written yet.

Please login to write comment.