Color Hex Logo

#c892de Color Hex

#C892DE
(200,146,222)
0 Favorites   0 Comments

Color spaces of #c892de

RGB 200146222
HSL0.790.540.72
HSV283°34°87°
CMYK 0.100.340.00   0.13
XYZ47.283138.111173.9713
Yxy38.11110.29670.2391
Hunter Lab61.734228.6809-27.8287
CIE-Lab68.102433.6695-30.8143

#c892de color RGB value is (200,146,222).

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

The process color (four color CMYK) of #c892de color hex is 0.10, 0.34, 0.00, 0.13. Web safe color of #c892de is #cc99cc. Color #c892de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010010 11011110
Octal 310 222 336
Decimal 200 146 222
Hex C8 92 DE

RGB Percentages of Color #c892de

%35.21
%25.70
%39.08

CMYK Percentages of Color #c892de

%10
%34
%0
%13

Triadic Colors of #c892de

#c892de #dec892 #92dec8

Analogous Colors of #c892de

#c892de #de92ce #a292de

Monochromatic Colors of #c892de

#c892de

Complementary Color

#c892de #a8de92

#c892de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c892de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c892de Color CSS Codes

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

#c892de Text Font Color

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

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


#c892de Background Color

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

This div background color is #c892de


#c892de Border Color

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

This div border color is #c892de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c892de


Comments

No comments written yet.

Please login to write comment.