Color Hex Logo

#c893db Color Hex

#C893DB
(200,147,219)
0 Favorites   0 Comments

Color spaces of #c893db

RGB 200147219
HSL0.790.500.72
HSV284°33°86°
CMYK 0.090.330.00   0.14
XYZ47.039338.261371.9238
Yxy38.26130.29920.2434
Hunter Lab61.855727.4960-25.6415
CIE-Lab68.212832.5118-28.9866

#c893db color RGB value is (200,147,219).

#c893db hex color red value is 200, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c893db hue: 0.79 , saturation: 0.50 and the lightness value of c893db is 0.72.

The process color (four color CMYK) of #c893db color hex is 0.09, 0.33, 0.00, 0.14. Web safe color of #c893db is #cc99cc. Color #c893db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010011 11011011
Octal 310 223 333
Decimal 200 147 219
Hex C8 93 DB

RGB Percentages of Color #c893db

%35.34
%25.97
%38.69

CMYK Percentages of Color #c893db

%9
%33
%0
%14

Triadic Colors of #c893db

#c893db #dbc893 #93dbc8

Analogous Colors of #c893db

#c893db #db93ca #a493db

Monochromatic Colors of #c893db

#c893db

Complementary Color

#c893db #a6db93

#c893db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c893db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c893db Color CSS Codes

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

#c893db Text Font Color

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

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


#c893db Background Color

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

This div background color is #c893db


#c893db Border Color

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

This div border color is #c893db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,147,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c893db


Comments

No comments written yet.

Please login to write comment.