Color Hex Logo

#c189fc Color Hex

#C189FC
(193,137,252)
0 Favorites   0 Comments

Color spaces of #c189fc

RGB 193137252
HSL0.750.950.76
HSV269°46°99°
CMYK 0.230.460.00   0.01
XYZ48.508736.257196.5371
Yxy36.25710.26760.2000
Hunter Lab60.213938.4265-52.9062
CIE-Lab66.715943.0398-49.5221

#c189fc color RGB value is (193,137,252).

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

The process color (four color CMYK) of #c189fc color hex is 0.23, 0.46, 0.00, 0.01. Web safe color of #c189fc is #cc99ff. Color #c189fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 11111100
Octal 301 211 374
Decimal 193 137 252
Hex C1 89 FC

RGB Percentages of Color #c189fc

%33.16
%23.54
%43.30

CMYK Percentages of Color #c189fc

%23
%46
%0
%1

Triadic Colors of #c189fc

#c189fc #fcc189 #89fcc1

Analogous Colors of #c189fc

#c189fc #fb89fc #898bfc

Monochromatic Colors of #c189fc

#c189fc

Complementary Color

#c189fc #c4fc89

#c189fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189fc Color CSS Codes

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

#c189fc Text Font Color

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

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


#c189fc Background Color

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

This div background color is #c189fc


#c189fc Border Color

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

This div border color is #c189fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189fc


Comments

No comments written yet.

Please login to write comment.