Color Hex Logo

#c098fe Color Hex

#C098FE
(192,152,254)
0 Favorites   0 Comments

Color spaces of #c098fe

RGB 192152254
HSL0.730.980.80
HSV264°40°100°
CMYK 0.240.400.00   0.00
XYZ50.855940.818798.9643
Yxy40.81870.26680.2141
Hunter Lab63.889530.2789-47.1170
CIE-Lab70.048735.0178-45.3728

#c098fe color RGB value is (192,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11111110
Octal 300 230 376
Decimal 192 152 254
Hex C0 98 FE

RGB Percentages of Color #c098fe

%32.11
%25.42
%42.47

CMYK Percentages of Color #c098fe

%24
%40
%0
%0

Triadic Colors of #c098fe

#c098fe #fec098 #98fec0

Analogous Colors of #c098fe

#c098fe #f398fe #98a3fe

Monochromatic Colors of #c098fe

#c098fe

Complementary Color

#c098fe #d6fe98

#c098fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098fe Color CSS Codes

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

#c098fe Text Font Color

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

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


#c098fe Background Color

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

This div background color is #c098fe


#c098fe Border Color

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

This div border color is #c098fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098fe


Comments

No comments written yet.

Please login to write comment.