Color Hex Logo

#c952bf Color Hex

#C952BF
(201,82,191)
0 Favorites   0 Comments

Color spaces of #c952bf

RGB 20182191
HSL0.850.520.55
HSV305°59°79°
CMYK 0.000.590.05   0.21
XYZ36.508722.213751.6537
Yxy22.21370.33080.2013
Hunter Lab47.131455.7888-31.9869
CIE-Lab54.253060.6448-34.8571

#c952bf color RGB value is (201,82,191).

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

The process color (four color CMYK) of #c952bf color hex is 0.00, 0.59, 0.05, 0.21. Web safe color of #c952bf is #cc66cc. Color #c952bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010010 10111111
Octal 311 122 277
Decimal 201 82 191
Hex C9 52 BF

RGB Percentages of Color #c952bf

%42.41
%17.30
%40.30

CMYK Percentages of Color #c952bf

%0
%59
%5
%21

Triadic Colors of #c952bf

#c952bf #bfc952 #52bfc9

Analogous Colors of #c952bf

#c952bf #c95284 #9852c9

Monochromatic Colors of #c952bf

#c952bf

Complementary Color

#c952bf #52c95c

#c952bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c952bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c952bf Color CSS Codes

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

#c952bf Text Font Color

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

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


#c952bf Background Color

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

This div background color is #c952bf


#c952bf Border Color

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

This div border color is #c952bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c952bf


Comments

No comments written yet.

Please login to write comment.