Color Hex Logo

#c689ff Color Hex

#C689FF
(198,137,255)
0 Favorites   0 Comments

Color spaces of #c689ff

RGB 198137255
HSL0.751.000.77
HSV271°46°100°
CMYK 0.220.460.00   0.00
XYZ50.284437.117199.1218
Yxy37.11710.26960.1990
Hunter Lab60.923840.7111-53.8170
CIE-Lab67.364845.0601-50.1030

#c689ff color RGB value is (198,137,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 11111111
Octal 306 211 377
Decimal 198 137 255
Hex C6 89 FF

RGB Percentages of Color #c689ff

%33.56
%23.22
%43.22

CMYK Percentages of Color #c689ff

%22
%46
%0
%0

Triadic Colors of #c689ff

#c689ff #ffc689 #89ffc6

Analogous Colors of #c689ff

#c689ff #ff89fd #8b89ff

Monochromatic Colors of #c689ff

#c689ff

Complementary Color

#c689ff #c2ff89

#c689ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689ff Color CSS Codes

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

#c689ff Text Font Color

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

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


#c689ff Background Color

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

This div background color is #c689ff


#c689ff Border Color

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

This div border color is #c689ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689ff

Related Colors


Comments

No comments written yet.

Please login to write comment.