Color Hex Logo

#c052de Color Hex

#C052DE
(192,82,222)
0 Favorites   0 Comments

Color spaces of #c052de

RGB 19282222
HSL0.800.680.60
HSV287°63°87°
CMYK 0.140.630.00   0.13
XYZ37.940322.515071.4534
Yxy22.51500.28760.1707
Hunter Lab47.450059.6885-56.0679
CIE-Lab54.569263.9718-52.1294

#c052de color RGB value is (192,82,222).

#c052de hex color red value is 192, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c052de hue: 0.80 , saturation: 0.68 and the lightness value of c052de is 0.60.

The process color (four color CMYK) of #c052de color hex is 0.14, 0.63, 0.00, 0.13. Web safe color of #c052de is #cc66cc. Color #c052de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010010 11011110
Octal 300 122 336
Decimal 192 82 222
Hex C0 52 DE

RGB Percentages of Color #c052de

%38.71
%16.53
%44.76

CMYK Percentages of Color #c052de

%14
%63
%0
%13

Triadic Colors of #c052de

#c052de #dec052 #52dec0

Analogous Colors of #c052de

#c052de #de52b6 #7a52de

Monochromatic Colors of #c052de

#c052de

Complementary Color

#c052de #70de52

#c052de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c052de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c052de Color CSS Codes

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

#c052de Text Font Color

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

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


#c052de Background Color

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

This div background color is #c052de


#c052de Border Color

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

This div border color is #c052de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c052de


Comments

No comments written yet.

Please login to write comment.