Color Hex Logo

#c189ed Color Hex

#C189ED
(193,137,237)
0 Favorites   0 Comments

Color spaces of #c189ed

RGB 193137237
HSL0.760.740.73
HSV274°42°93°
CMYK 0.190.420.00   0.07
XYZ46.224035.343284.5064
Yxy35.34320.27830.2128
Hunter Lab59.450134.7505-42.6637
CIE-Lab66.015039.6867-42.3924

#c189ed color RGB value is (193,137,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 11101101
Octal 301 211 355
Decimal 193 137 237
Hex C1 89 ED

RGB Percentages of Color #c189ed

%34.04
%24.16
%41.80

CMYK Percentages of Color #c189ed

%19
%42
%0
%7

Triadic Colors of #c189ed

#c189ed #edc189 #89edc1

Analogous Colors of #c189ed

#c189ed #ed89e7 #8f89ed

Monochromatic Colors of #c189ed

#c189ed

Complementary Color

#c189ed #b5ed89

#c189ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189ed Color CSS Codes

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

#c189ed Text Font Color

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

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


#c189ed Background Color

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

This div background color is #c189ed


#c189ed Border Color

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

This div border color is #c189ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189ed


Comments

No comments written yet.

Please login to write comment.