Color Hex Logo

#c752ea Color Hex

#C752EA
(199,82,234)
0 Favorites   0 Comments

Color spaces of #c752ea

RGB 19982234
HSL0.790.780.62
HSV286°65°92°
CMYK 0.150.650.00   0.08
XYZ41.421824.117280.3138
Yxy24.11720.28400.1654
Hunter Lab49.109364.6168-62.5870
CIE-Lab56.204967.8541-56.2150

#c752ea color RGB value is (199,82,234).

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

The process color (four color CMYK) of #c752ea color hex is 0.15, 0.65, 0.00, 0.08. Web safe color of #c752ea is #cc66ff. Color #c752ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 11101010
Octal 307 122 352
Decimal 199 82 234
Hex C7 52 EA

RGB Percentages of Color #c752ea

%38.64
%15.92
%45.44

CMYK Percentages of Color #c752ea

%15
%65
%0
%8

Triadic Colors of #c752ea

#c752ea #eac752 #52eac7

Analogous Colors of #c752ea

#c752ea #ea52c1 #7b52ea

Monochromatic Colors of #c752ea

#c752ea

Complementary Color

#c752ea #75ea52

#c752ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c752ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c752ea Color CSS Codes

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

#c752ea Text Font Color

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

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


#c752ea Background Color

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

This div background color is #c752ea


#c752ea Border Color

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

This div border color is #c752ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c752ea


Comments

No comments written yet.

Please login to write comment.