Color Hex Logo

#c289ff Color Hex

#C289FF
(194,137,255)
0 Favorites   0 Comments

Color spaces of #c289ff

RGB 194137255
HSL0.751.000.77
HSV269°46°100°
CMYK 0.240.460.00   0.00
XYZ49.243836.580799.0731
Yxy36.58070.26630.1978
Hunter Lab60.482039.4894-54.7832
CIE-Lab66.961343.9905-50.7670

#c289ff color RGB value is (194,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 11111111
Octal 302 211 377
Decimal 194 137 255
Hex C2 89 FF

RGB Percentages of Color #c289ff

%33.11
%23.38
%43.52

CMYK Percentages of Color #c289ff

%24
%46
%0
%0

Triadic Colors of #c289ff

#c289ff #ffc289 #89ffc2

Analogous Colors of #c289ff

#c289ff #fd89ff #898bff

Monochromatic Colors of #c289ff

#c289ff

Complementary Color

#c289ff #c6ff89

#c289ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c289ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c289ff Color CSS Codes

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

#c289ff Text Font Color

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

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


#c289ff Background Color

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

This div background color is #c289ff


#c289ff Border Color

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

This div border color is #c289ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c289ff


Comments

No comments written yet.

Please login to write comment.