Color Hex Logo

#c089ff Color Hex

#C089FF
(192,137,255)
0 Favorites   0 Comments

Color spaces of #c089ff

RGB 192137255
HSL0.741.000.77
HSV268°46°100°
CMYK 0.250.460.00   0.00
XYZ48.733936.317899.0492
Yxy36.31780.26470.1973
Hunter Lab60.264338.8852-55.2630
CIE-Lab66.762043.4583-51.0949

#c089ff color RGB value is (192,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11111111
Octal 300 211 377
Decimal 192 137 255
Hex C0 89 FF

RGB Percentages of Color #c089ff

%32.88
%23.46
%43.66

CMYK Percentages of Color #c089ff

%25
%46
%0
%0

Triadic Colors of #c089ff

#c089ff #ffc089 #89ffc0

Analogous Colors of #c089ff

#c089ff #fb89ff #898dff

Monochromatic Colors of #c089ff

#c089ff

Complementary Color

#c089ff #c8ff89

#c089ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089ff Color CSS Codes

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

#c089ff Text Font Color

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

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


#c089ff Background Color

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

This div background color is #c089ff


#c089ff Border Color

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

This div border color is #c089ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089ff

Related Colors


Comments

No comments written yet.

Please login to write comment.