Color Hex Logo

#c69cef Color Hex

#C69CEF
(198,156,239)
0 Favorites   0 Comments

Color spaces of #c69cef

RGB 198156239
HSL0.750.720.77
HSV270°35°94°
CMYK 0.170.350.00   0.06
XYZ50.757242.014787.0958
Yxy42.01470.28220.2336
Hunter Lab64.818726.3440-34.2938
CIE-Lab70.881131.1673-35.8611

#c69cef color RGB value is (198,156,239).

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

The process color (four color CMYK) of #c69cef color hex is 0.17, 0.35, 0.00, 0.06. Web safe color of #c69cef is #cc99ff. Color #c69cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011100 11101111
Octal 306 234 357
Decimal 198 156 239
Hex C6 9C EF

RGB Percentages of Color #c69cef

%33.39
%26.31
%40.30

CMYK Percentages of Color #c69cef

%17
%35
%0
%6

Triadic Colors of #c69cef

#c69cef #efc69c #9cefc6

Analogous Colors of #c69cef

#c69cef #ef9cef #9d9cef

Monochromatic Colors of #c69cef

#c69cef

Complementary Color

#c69cef #c5ef9c

#c69cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69cef Color CSS Codes

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

#c69cef Text Font Color

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

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


#c69cef Background Color

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

This div background color is #c69cef


#c69cef Border Color

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

This div border color is #c69cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,156,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69cef


Comments

No comments written yet.

Please login to write comment.