Color Hex Logo

#c489ff Color Hex

#C489FF
(196,137,255)
0 Favorites   0 Comments

Color spaces of #c489ff

RGB 196137255
HSL0.751.000.77
HSV270°46°100°
CMYK 0.230.460.00   0.00
XYZ49.760636.847199.0973
Yxy36.84710.26800.1984
Hunter Lab60.701840.0981-54.3012
CIE-Lab67.162244.5245-50.4364

#c489ff color RGB value is (196,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001001 11111111
Octal 304 211 377
Decimal 196 137 255
Hex C4 89 FF

RGB Percentages of Color #c489ff

%33.33
%23.30
%43.37

CMYK Percentages of Color #c489ff

%23
%46
%0
%0

Triadic Colors of #c489ff

#c489ff #ffc489 #89ffc4

Analogous Colors of #c489ff

#c489ff #ff89ff #8989ff

Monochromatic Colors of #c489ff

#c489ff

Complementary Color

#c489ff #c4ff89

#c489ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c489ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c489ff Color CSS Codes

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

#c489ff Text Font Color

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

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


#c489ff Background Color

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

This div background color is #c489ff


#c489ff Border Color

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

This div border color is #c489ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c489ff

Related Colors


Comments

No comments written yet.

Please login to write comment.