Color Hex Logo

#c189fe Color Hex

#C189FE
(193,137,254)
0 Favorites   0 Comments

Color spaces of #c189fe

RGB 193137254
HSL0.750.980.77
HSV269°46°100°
CMYK 0.240.460.00   0.00
XYZ48.827436.384598.2154
Yxy36.38450.26620.1984
Hunter Lab60.319638.9327-54.3153
CIE-Lab66.812743.4959-50.4623

#c189fe color RGB value is (193,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 11111110
Octal 301 211 376
Decimal 193 137 254
Hex C1 89 FE

RGB Percentages of Color #c189fe

%33.05
%23.46
%43.49

CMYK Percentages of Color #c189fe

%24
%46
%0
%0

Triadic Colors of #c189fe

#c189fe #fec189 #89fec1

Analogous Colors of #c189fe

#c189fe #fc89fe #898cfe

Monochromatic Colors of #c189fe

#c189fe

Complementary Color

#c189fe #c6fe89

#c189fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c189fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c189fe Color CSS Codes

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

#c189fe Text Font Color

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

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


#c189fe Background Color

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

This div background color is #c189fe


#c189fe Border Color

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

This div border color is #c189fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c189fe


Comments

No comments written yet.

Please login to write comment.