Color Hex Logo

#c154ce Color Hex

#C154CE
(193,84,206)
0 Favorites   0 Comments

Color spaces of #c154ce

RGB 19384206
HSL0.820.550.57
HSV294°59°81°
CMYK 0.060.590.00   0.19
XYZ36.303222.134360.7515
Yxy22.13430.30460.1857
Hunter Lab47.047155.4044-43.6277
CIE-Lab54.169260.3227-43.6688

#c154ce color RGB value is (193,84,206).

#c154ce hex color red value is 193, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c154ce hue: 0.82 , saturation: 0.55 and the lightness value of c154ce is 0.57.

The process color (four color CMYK) of #c154ce color hex is 0.06, 0.59, 0.00, 0.19. Web safe color of #c154ce is #cc66cc. Color #c154ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 11001110
Octal 301 124 316
Decimal 193 84 206
Hex C1 54 CE

RGB Percentages of Color #c154ce

%39.96
%17.39
%42.65

CMYK Percentages of Color #c154ce

%6
%59
%0
%19

Triadic Colors of #c154ce

#c154ce #cec154 #54cec1

Analogous Colors of #c154ce

#c154ce #ce549e #8454ce

Monochromatic Colors of #c154ce

#c154ce

Complementary Color

#c154ce #61ce54

#c154ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c154ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c154ce Color CSS Codes

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

#c154ce Text Font Color

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

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


#c154ce Background Color

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

This div background color is #c154ce


#c154ce Border Color

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

This div border color is #c154ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,84,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c154ce


Comments

No comments written yet.

Please login to write comment.