Color Hex Logo

#c189d8 Color Hex

#C189D8
(193,137,216)
0 Favorites   0 Comments

Color spaces of #c189d8

RGB 193137216
HSL0.780.500.69
HSV283°37°85°
CMYK 0.110.370.00   0.15
XYZ43.332634.186669.2805
Yxy34.18660.29520.2329
Hunter Lab58.469329.9681-29.3244
CIE-Lab65.110435.2101-32.1750

#c189d8 color RGB value is (193,137,216).

#c189d8 hex color red value is 193, green value is 137 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c189d8 hue: 0.78 , saturation: 0.50 and the lightness value of c189d8 is 0.69.

The process color (four color CMYK) of #c189d8 color hex is 0.11, 0.37, 0.00, 0.15. Web safe color of #c189d8 is #cc99cc. Color #c189d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 11011000
Octal 301 211 330
Decimal 193 137 216
Hex C1 89 D8

RGB Percentages of Color #c189d8

%35.35
%25.09
%39.56

CMYK Percentages of Color #c189d8

%11
%37
%0
%15

Triadic Colors of #c189d8

#c189d8 #d8c189 #89d8c1

Analogous Colors of #c189d8

#c189d8 #d889c8 #9a89d8

Monochromatic Colors of #c189d8

#c189d8

Complementary Color

#c189d8 #a0d889

#c189d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189d8 Color CSS Codes

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

#c189d8 Text Font Color

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

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


#c189d8 Background Color

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

This div background color is #c189d8


#c189d8 Border Color

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

This div border color is #c189d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189d8


Comments

No comments written yet.

Please login to write comment.