Color Hex Logo

#c152de Color Hex

#C152DE
(193,82,222)
0 Favorites   0 Comments

Color spaces of #c152de

RGB 19382222
HSL0.800.680.60
HSV288°63°87°
CMYK 0.130.630.00   0.13
XYZ38.194422.646071.4653
Yxy22.64600.28870.1712
Hunter Lab47.587859.9870-55.7277
CIE-Lab54.705864.2030-51.9035

#c152de color RGB value is (193,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 11011110
Octal 301 122 336
Decimal 193 82 222
Hex C1 52 DE

RGB Percentages of Color #c152de

%38.83
%16.50
%44.67

CMYK Percentages of Color #c152de

%13
%63
%0
%13

Triadic Colors of #c152de

#c152de #dec152 #52dec1

Analogous Colors of #c152de

#c152de #de52b5 #7b52de

Monochromatic Colors of #c152de

#c152de

Complementary Color

#c152de #6fde52

#c152de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c152de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c152de Color CSS Codes

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

#c152de Text Font Color

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

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


#c152de Background Color

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

This div background color is #c152de


#c152de Border Color

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

This div border color is #c152de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c152de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c152de


Comments

No comments written yet.

Please login to write comment.