Color Hex Logo

#c153de Color Hex

#C153DE
(193,83,222)
0 Favorites   0 Comments

Color spaces of #c153de

RGB 19383222
HSL0.800.680.60
HSV287°63°87°
CMYK 0.130.630.00   0.13
XYZ38.270422.797971.4906
Yxy22.79790.28870.1720
Hunter Lab47.747159.5142-55.3504
CIE-Lab54.863663.7677-51.6521

#c153de color RGB value is (193,83,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010011 11011110
Octal 301 123 336
Decimal 193 83 222
Hex C1 53 DE

RGB Percentages of Color #c153de

%38.76
%16.67
%44.58

CMYK Percentages of Color #c153de

%13
%63
%0
%13

Triadic Colors of #c153de

#c153de #dec153 #53dec1

Analogous Colors of #c153de

#c153de #de53b6 #7c53de

Monochromatic Colors of #c153de

#c153de

Complementary Color

#c153de #70de53

#c153de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c153de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c153de Color CSS Codes

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

#c153de Text Font Color

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

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


#c153de Background Color

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

This div background color is #c153de


#c153de Border Color

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

This div border color is #c153de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c153de


Comments

No comments written yet.

Please login to write comment.