Color Hex Logo

#c098ef Color Hex

#C098EF
(192,152,239)
0 Favorites   0 Comments

Color spaces of #c098ef

RGB 192152239
HSL0.740.730.77
HSV268°36°94°
CMYK 0.200.360.00   0.06
XYZ48.546539.894986.8032
Yxy39.89490.27700.2277
Hunter Lab63.162426.6605-37.2677
CIE-Lab69.394631.5974-38.2158

#c098ef color RGB value is (192,152,239).

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

The process color (four color CMYK) of #c098ef color hex is 0.20, 0.36, 0.00, 0.06. Web safe color of #c098ef is #cc99ff. Color #c098ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11101111
Octal 300 230 357
Decimal 192 152 239
Hex C0 98 EF

RGB Percentages of Color #c098ef

%32.93
%26.07
%40.99

CMYK Percentages of Color #c098ef

%20
%36
%0
%6

Triadic Colors of #c098ef

#c098ef #efc098 #98efc0

Analogous Colors of #c098ef

#c098ef #ec98ef #989cef

Monochromatic Colors of #c098ef

#c098ef

Complementary Color

#c098ef #c7ef98

#c098ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098ef Color CSS Codes

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

#c098ef Text Font Color

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

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


#c098ef Background Color

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

This div background color is #c098ef


#c098ef Border Color

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

This div border color is #c098ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,152,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098ef


Comments

No comments written yet.

Please login to write comment.