Color Hex Logo

#c68eee Color Hex

#C68EEE
(198,142,238)
0 Favorites   0 Comments

Color spaces of #c68eee

RGB 198142238
HSL0.760.740.75
HSV275°40°93°
CMYK 0.170.400.00   0.07
XYZ48.394337.524885.5813
Yxy37.52480.28220.2188
Hunter Lab61.257533.8170-39.9523
CIE-Lab67.668938.6177-40.3169

#c68eee color RGB value is (198,142,238).

#c68eee hex color red value is 198, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c68eee hue: 0.76 , saturation: 0.74 and the lightness value of c68eee is 0.75.

The process color (four color CMYK) of #c68eee color hex is 0.17, 0.40, 0.00, 0.07. Web safe color of #c68eee is #cc99ff. Color #c68eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001110 11101110
Octal 306 216 356
Decimal 198 142 238
Hex C6 8E EE

RGB Percentages of Color #c68eee

%34.26
%24.57
%41.18

CMYK Percentages of Color #c68eee

%17
%40
%0
%7

Triadic Colors of #c68eee

#c68eee #eec68e #8eeec6

Analogous Colors of #c68eee

#c68eee #ee8ee6 #968eee

Monochromatic Colors of #c68eee

#c68eee

Complementary Color

#c68eee #b6ee8e

#c68eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68eee Color CSS Codes

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

#c68eee Text Font Color

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

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


#c68eee Background Color

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

This div background color is #c68eee


#c68eee Border Color

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

This div border color is #c68eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68eee


Comments

No comments written yet.

Please login to write comment.