Color Hex Logo

#c189ee Color Hex

#C189EE
(193,137,238)
0 Favorites   0 Comments

Color spaces of #c189ee

RGB 193137238
HSL0.760.750.74
HSV273°42°93°
CMYK 0.190.420.00   0.07
XYZ46.370635.401885.2782
Yxy35.40180.27760.2119
Hunter Lab59.499434.9892-43.3285
CIE-Lab66.060339.9066-42.8722

#c189ee color RGB value is (193,137,238).

#c189ee hex color red value is 193, green value is 137 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c189ee hue: 0.76 , saturation: 0.75 and the lightness value of c189ee is 0.74.

The process color (four color CMYK) of #c189ee color hex is 0.19, 0.42, 0.00, 0.07. Web safe color of #c189ee is #cc99ff. Color #c189ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 11101110
Octal 301 211 356
Decimal 193 137 238
Hex C1 89 EE

RGB Percentages of Color #c189ee

%33.98
%24.12
%41.90

CMYK Percentages of Color #c189ee

%19
%42
%0
%7

Triadic Colors of #c189ee

#c189ee #eec189 #89eec1

Analogous Colors of #c189ee

#c189ee #ee89e9 #8f89ee

Monochromatic Colors of #c189ee

#c189ee

Complementary Color

#c189ee #b6ee89

#c189ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189ee Color CSS Codes

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

#c189ee Text Font Color

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

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


#c189ee Background Color

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

This div background color is #c189ee


#c189ee Border Color

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

This div border color is #c189ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189ee


Comments

No comments written yet.

Please login to write comment.