Color Hex Logo

#c993ee Color Hex

#C993EE
(201,147,238)
0 Favorites   0 Comments

Color spaces of #c993ee

RGB 201147238
HSL0.770.730.75
HSV276°38°93°
CMYK 0.160.380.00   0.07
XYZ49.953739.458085.8722
Yxy39.45800.28500.2251
Hunter Lab62.815632.0237-37.0816
CIE-Lab69.081736.7711-38.0898

#c993ee color RGB value is (201,147,238).

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

The process color (four color CMYK) of #c993ee color hex is 0.16, 0.38, 0.00, 0.07. Web safe color of #c993ee is #cc99ff. Color #c993ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 11101110
Octal 311 223 356
Decimal 201 147 238
Hex C9 93 EE

RGB Percentages of Color #c993ee

%34.30
%25.09
%40.61

CMYK Percentages of Color #c993ee

%16
%38
%0
%7

Triadic Colors of #c993ee

#c993ee #eec993 #93eec9

Analogous Colors of #c993ee

#c993ee #ee93e6 #9c93ee

Monochromatic Colors of #c993ee

#c993ee

Complementary Color

#c993ee #b8ee93

#c993ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c993ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c993ee Color CSS Codes

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

#c993ee Text Font Color

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

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


#c993ee Background Color

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

This div background color is #c993ee


#c993ee Border Color

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

This div border color is #c993ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c993ee


Comments

No comments written yet.

Please login to write comment.