Color Hex Logo

#c154de Color Hex

#C154DE
(193,84,222)
0 Favorites   0 Comments

Color spaces of #c154de

RGB 19384222
HSL0.800.680.60
HSV287°62°87°
CMYK 0.130.620.00   0.13
XYZ38.347522.952071.5163
Yxy22.95200.28870.1728
Hunter Lab47.908259.0385-54.9709
CIE-Lab55.022963.3288-51.3982

#c154de color RGB value is (193,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 11011110
Octal 301 124 336
Decimal 193 84 222
Hex C1 54 DE

RGB Percentages of Color #c154de

%38.68
%16.83
%44.49

CMYK Percentages of Color #c154de

%13
%62
%0
%13

Triadic Colors of #c154de

#c154de #dec154 #54dec1

Analogous Colors of #c154de

#c154de #de54b6 #7c54de

Monochromatic Colors of #c154de

#c154de

Complementary Color

#c154de #71de54

#c154de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c154de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c154de Color CSS Codes

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

#c154de Text Font Color

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

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


#c154de Background Color

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

This div background color is #c154de


#c154de Border Color

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

This div border color is #c154de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c154de


Comments

No comments written yet.

Please login to write comment.