Color Hex Logo

#c252be Color Hex

#C252BE
(194,82,190)
0 Favorites   0 Comments

Color spaces of #c252be

RGB 19482190
HSL0.840.480.54
HSV302°58°76°
CMYK 0.000.580.02   0.24
XYZ34.559721.221650.9899
Yxy21.22160.32370.1988
Hunter Lab46.066953.2948-33.3793
CIE-Lab53.191258.6353-36.0168

#c252be color RGB value is (194,82,190).

#c252be hex color red value is 194, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c252be hue: 0.84 , saturation: 0.48 and the lightness value of c252be is 0.54.

The process color (four color CMYK) of #c252be color hex is 0.00, 0.58, 0.02, 0.24. Web safe color of #c252be is #cc66cc. Color #c252be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 10111110
Octal 302 122 276
Decimal 194 82 190
Hex C2 52 BE

RGB Percentages of Color #c252be

%41.63
%17.60
%40.77

CMYK Percentages of Color #c252be

%0
%58
%2
%24

Triadic Colors of #c252be

#c252be #bec252 #52bec2

Analogous Colors of #c252be

#c252be #c25286 #8e52c2

Monochromatic Colors of #c252be

#c252be

Complementary Color

#c252be #52c256

#c252be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c252be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c252be Color CSS Codes

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

#c252be Text Font Color

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

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


#c252be Background Color

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

This div background color is #c252be


#c252be Border Color

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

This div border color is #c252be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c252be


Comments

No comments written yet.

Please login to write comment.