Color Hex Logo

#c652cd Color Hex

#C652CD
(198,82,205)
0 Favorites   0 Comments

Color spaces of #c652cd

RGB 19882205
HSL0.820.550.56
HSV297°60°80°
CMYK 0.030.600.00   0.20
XYZ37.325422.448160.1233
Yxy22.44810.31130.1872
Hunter Lab47.379457.7079-42.0719
CIE-Lab54.499362.2736-42.5303

#c652cd color RGB value is (198,82,205).

#c652cd hex color red value is 198, green value is 82 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c652cd hue: 0.82 , saturation: 0.55 and the lightness value of c652cd is 0.56.

The process color (four color CMYK) of #c652cd color hex is 0.03, 0.60, 0.00, 0.20. Web safe color of #c652cd is #cc66cc. Color #c652cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11001101
Octal 306 122 315
Decimal 198 82 205
Hex C6 52 CD

RGB Percentages of Color #c652cd

%40.82
%16.91
%42.27

CMYK Percentages of Color #c652cd

%3
%60
%0
%20

Triadic Colors of #c652cd

#c652cd #cdc652 #52cdc6

Analogous Colors of #c652cd

#c652cd #cd5297 #8952cd

Monochromatic Colors of #c652cd

#c652cd

Complementary Color

#c652cd #59cd52

#c652cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652cd Color CSS Codes

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

#c652cd Text Font Color

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

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


#c652cd Background Color

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

This div background color is #c652cd


#c652cd Border Color

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

This div border color is #c652cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652cd


Comments

No comments written yet.

Please login to write comment.