Color Hex Logo

#c752be Color Hex

#C752BE
(199,82,190)
0 Favorites   0 Comments

Color spaces of #c752be

RGB 19982190
HSL0.850.510.55
HSV305°59°78°
CMYK 0.000.590.05   0.22
XYZ35.864721.894451.0510
Yxy21.89440.32960.2012
Hunter Lab46.791554.9316-31.9333
CIE-Lab53.914859.9529-34.8312

#c752be color RGB value is (199,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 10111110
Octal 307 122 276
Decimal 199 82 190
Hex C7 52 BE

RGB Percentages of Color #c752be

%42.25
%17.41
%40.34

CMYK Percentages of Color #c752be

%0
%59
%5
%22

Triadic Colors of #c752be

#c752be #bec752 #52bec7

Analogous Colors of #c752be

#c752be #c75284 #9652c7

Monochromatic Colors of #c752be

#c752be

Complementary Color

#c752be #52c75b

#c752be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c752be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c752be Color CSS Codes

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

#c752be Text Font Color

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

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


#c752be Background Color

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

This div background color is #c752be


#c752be Border Color

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

This div border color is #c752be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c752be


Comments

No comments written yet.

Please login to write comment.