Color Hex Logo

#c288de Color Hex

#C288DE
(194,136,222)
0 Favorites   0 Comments

Color spaces of #c288de

RGB 194136222
HSL0.780.570.70
HSV280°39°87°
CMYK 0.130.390.00   0.13
XYZ44.237134.351673.4062
Yxy34.35160.29100.2260
Hunter Lab58.610232.1581-33.2304
CIE-Lab65.240737.3077-35.2994

#c288de color RGB value is (194,136,222).

#c288de hex color red value is 194, green value is 136 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c288de hue: 0.78 , saturation: 0.57 and the lightness value of c288de is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 11011110
Octal 302 210 336
Decimal 194 136 222
Hex C2 88 DE

RGB Percentages of Color #c288de

%35.14
%24.64
%40.22

CMYK Percentages of Color #c288de

%13
%39
%0
%13

Triadic Colors of #c288de

#c288de #dec288 #88dec2

Analogous Colors of #c288de

#c288de #de88cf #9788de

Monochromatic Colors of #c288de

#c288de

Complementary Color

#c288de #a4de88

#c288de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c288de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c288de Color CSS Codes

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

#c288de Text Font Color

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

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


#c288de Background Color

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

This div background color is #c288de


#c288de Border Color

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

This div border color is #c288de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c288de


Comments

No comments written yet.

Please login to write comment.