Color Hex Logo

#c198fe Color Hex

#C198FE
(193,152,254)
0 Favorites   0 Comments

Color spaces of #c198fe

RGB 193152254
HSL0.730.980.80
HSV264°40°100°
CMYK 0.240.400.00   0.00
XYZ51.109940.949798.9762
Yxy40.94970.26750.2144
Hunter Lab63.992030.5807-46.9093
CIE-Lab70.140735.2961-45.2220

#c198fe color RGB value is (193,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 11111110
Octal 301 230 376
Decimal 193 152 254
Hex C1 98 FE

RGB Percentages of Color #c198fe

%32.22
%25.38
%42.40

CMYK Percentages of Color #c198fe

%24
%40
%0
%0

Triadic Colors of #c198fe

#c198fe #fec198 #98fec1

Analogous Colors of #c198fe

#c198fe #f498fe #98a2fe

Monochromatic Colors of #c198fe

#c198fe

Complementary Color

#c198fe #d5fe98

#c198fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198fe Color CSS Codes

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

#c198fe Text Font Color

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

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


#c198fe Background Color

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

This div background color is #c198fe


#c198fe Border Color

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

This div border color is #c198fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,152,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 #c198fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198fe


Comments

No comments written yet.

Please login to write comment.