Color Hex Logo

#c098ff Color Hex

#C098FF
(192,152,255)
0 Favorites   0 Comments

Color spaces of #c098ff

RGB 192152255
HSL0.731.000.80
HSV263°40°100°
CMYK 0.250.400.00   0.00
XYZ51.016540.882999.8101
Yxy40.88290.26610.2133
Hunter Lab63.939730.5278-47.7940
CIE-Lab70.093835.2502-45.8454

#c098ff color RGB value is (192,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 11111111
Octal 300 230 377
Decimal 192 152 255
Hex C0 98 FF

RGB Percentages of Color #c098ff

%32.05
%25.38
%42.57

CMYK Percentages of Color #c098ff

%25
%40
%0
%0

Triadic Colors of #c098ff

#c098ff #ffc098 #98ffc0

Analogous Colors of #c098ff

#c098ff #f498ff #98a4ff

Monochromatic Colors of #c098ff

#c098ff

Complementary Color

#c098ff #d7ff98

#c098ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098ff Color CSS Codes

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

#c098ff Text Font Color

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

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


#c098ff Background Color

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

This div background color is #c098ff


#c098ff Border Color

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

This div border color is #c098ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098ff

#c098ff Color Palettes


Comments

No comments written yet.

Please login to write comment.