Color Hex Logo

#c552ec Color Hex

#C552EC
(197,82,236)
0 Favorites   0 Comments

Color spaces of #c552ec

RGB 19782236
HSL0.790.800.62
HSV285°65°93°
CMYK 0.170.650.00   0.07
XYZ41.183623.961081.8112
Yxy23.96100.28020.1630
Hunter Lab48.950064.5168-64.8277
CIE-Lab56.048767.7994-57.6005

#c552ec color RGB value is (197,82,236).

#c552ec hex color red value is 197, green value is 82 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c552ec hue: 0.79 , saturation: 0.80 and the lightness value of c552ec is 0.62.

The process color (four color CMYK) of #c552ec color hex is 0.17, 0.65, 0.00, 0.07. Web safe color of #c552ec is #cc66ff. Color #c552ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 11101100
Octal 305 122 354
Decimal 197 82 236
Hex C5 52 EC

RGB Percentages of Color #c552ec

%38.25
%15.92
%45.83

CMYK Percentages of Color #c552ec

%17
%65
%0
%7

Triadic Colors of #c552ec

#c552ec #ecc552 #52ecc5

Analogous Colors of #c552ec

#c552ec #ec52c6 #7852ec

Monochromatic Colors of #c552ec

#c552ec

Complementary Color

#c552ec #79ec52

#c552ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c552ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c552ec Color CSS Codes

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

#c552ec Text Font Color

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

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


#c552ec Background Color

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

This div background color is #c552ec


#c552ec Border Color

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

This div border color is #c552ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c552ec


Comments

No comments written yet.

Please login to write comment.