Color Hex Logo

#c752fa Color Hex

#C752FA
(199,82,250)
0 Favorites   0 Comments

Color spaces of #c752fa

RGB 19982250
HSL0.780.940.65
HSV282°67°98°
CMYK 0.200.670.00   0.02
XYZ43.825825.078892.9733
Yxy25.07880.27070.1549
Hunter Lab50.078768.5743-75.0193
CIE-Lab57.152170.9676-63.6173

#c752fa color RGB value is (199,82,250).

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

The process color (four color CMYK) of #c752fa color hex is 0.20, 0.67, 0.00, 0.02. Web safe color of #c752fa is #cc66ff. Color #c752fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 11111010
Octal 307 122 372
Decimal 199 82 250
Hex C7 52 FA

RGB Percentages of Color #c752fa

%37.48
%15.44
%47.08

CMYK Percentages of Color #c752fa

%20
%67
%0
%2

Triadic Colors of #c752fa

#c752fa #fac752 #52fac7

Analogous Colors of #c752fa

#c752fa #fa52d9 #7352fa

Monochromatic Colors of #c752fa

#c752fa

Complementary Color

#c752fa #85fa52

#c752fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c752fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c752fa Color CSS Codes

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

#c752fa Text Font Color

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

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


#c752fa Background Color

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

This div background color is #c752fa


#c752fa Border Color

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

This div border color is #c752fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c752fa


Comments

No comments written yet.

Please login to write comment.