Color Hex Logo

#c893ee Color Hex

#C893EE
(200,147,238)
0 Favorites   0 Comments

Color spaces of #c893ee

RGB 200147238
HSL0.760.730.75
HSV275°38°93°
CMYK 0.160.380.00   0.07
XYZ49.685839.319885.8597
Yxy39.31980.28410.2249
Hunter Lab62.705531.7030-37.2892
CIE-Lab68.982336.4771-38.2523

#c893ee color RGB value is (200,147,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 11101110
Octal 310 223 356
Decimal 200 147 238
Hex C8 93 EE

RGB Percentages of Color #c893ee

%34.19
%25.13
%40.68

CMYK Percentages of Color #c893ee

%16
%38
%0
%7

Triadic Colors of #c893ee

#c893ee #eec893 #93eec8

Analogous Colors of #c893ee

#c893ee #ee93e7 #9b93ee

Monochromatic Colors of #c893ee

#c893ee

Complementary Color

#c893ee #b9ee93

#c893ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893ee Color CSS Codes

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

#c893ee Text Font Color

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

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


#c893ee Background Color

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

This div background color is #c893ee


#c893ee Border Color

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

This div border color is #c893ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893ee


Comments

No comments written yet.

Please login to write comment.