Color Hex Logo

#c299ee Color Hex

#C299EE
(194,153,238)
0 Favorites   0 Comments

Color spaces of #c299ee

RGB 194153238
HSL0.750.710.77
HSV269°36°93°
CMYK 0.180.360.00   0.07
XYZ49.072040.424886.1053
Yxy40.42480.27940.2302
Hunter Lab63.580526.5020-35.7884
CIE-Lab69.771031.4119-37.0685

#c299ee color RGB value is (194,153,238).

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

The process color (four color CMYK) of #c299ee color hex is 0.18, 0.36, 0.00, 0.07. Web safe color of #c299ee is #cc99ff. Color #c299ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 11101110
Octal 302 231 356
Decimal 194 153 238
Hex C2 99 EE

RGB Percentages of Color #c299ee

%33.16
%26.15
%40.68

CMYK Percentages of Color #c299ee

%18
%36
%0
%7

Triadic Colors of #c299ee

#c299ee #eec299 #99eec2

Analogous Colors of #c299ee

#c299ee #ed99ee #999bee

Monochromatic Colors of #c299ee

#c299ee

Complementary Color

#c299ee #c5ee99

#c299ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c299ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c299ee Color CSS Codes

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

#c299ee Text Font Color

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

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


#c299ee Background Color

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

This div background color is #c299ee


#c299ee Border Color

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

This div border color is #c299ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c299ee


Comments

No comments written yet.

Please login to write comment.