Color Hex Logo

#c892ee Color Hex

#C892EE
(200,146,238)
0 Favorites   0 Comments

Color spaces of #c892ee

RGB 200146238
HSL0.760.730.75
HSV275°39°93°
CMYK 0.160.390.00   0.07
XYZ49.530939.010285.8081
Yxy39.01020.28410.2237
Hunter Lab62.458132.2533-37.7348
CIE-Lab68.758737.0220-38.6009

#c892ee color RGB value is (200,146,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010010 11101110
Octal 310 222 356
Decimal 200 146 238
Hex C8 92 EE

RGB Percentages of Color #c892ee

%34.25
%25.00
%40.75

CMYK Percentages of Color #c892ee

%16
%39
%0
%7

Triadic Colors of #c892ee

#c892ee #eec892 #92eec8

Analogous Colors of #c892ee

#c892ee #ee92e6 #9a92ee

Monochromatic Colors of #c892ee

#c892ee

Complementary Color

#c892ee #b8ee92

#c892ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c892ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c892ee Color CSS Codes

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

#c892ee Text Font Color

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

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


#c892ee Background Color

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

This div background color is #c892ee


#c892ee Border Color

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

This div border color is #c892ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c892ee


Comments

No comments written yet.

Please login to write comment.