Color Hex Logo

#c952ee Color Hex

#C952EE
(201,82,238)
0 Favorites   0 Comments

Color spaces of #c952ee

RGB 20182238
HSL0.790.820.63
HSV286°66°93°
CMYK 0.160.660.00   0.07
XYZ42.537324.625183.4001
Yxy24.62510.28250.1636
Hunter Lab49.623766.1683-64.9092
CIE-Lab56.708369.0573-57.6329

#c952ee color RGB value is (201,82,238).

#c952ee hex color red value is 201, green value is 82 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c952ee hue: 0.79 , saturation: 0.82 and the lightness value of c952ee is 0.63.

The process color (four color CMYK) of #c952ee color hex is 0.16, 0.66, 0.00, 0.07. Web safe color of #c952ee is #cc66ff. Color #c952ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010010 11101110
Octal 311 122 356
Decimal 201 82 238
Hex C9 52 EE

RGB Percentages of Color #c952ee

%38.58
%15.74
%45.68

CMYK Percentages of Color #c952ee

%16
%66
%0
%7

Triadic Colors of #c952ee

#c952ee #eec952 #52eec9

Analogous Colors of #c952ee

#c952ee #ee52c5 #7b52ee

Monochromatic Colors of #c952ee

#c952ee

Complementary Color

#c952ee #77ee52

#c952ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c952ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c952ee Color CSS Codes

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

#c952ee Text Font Color

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

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


#c952ee Background Color

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

This div background color is #c952ee


#c952ee Border Color

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

This div border color is #c952ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c952ee


Comments

No comments written yet.

Please login to write comment.