Color Hex Logo

#c288df Color Hex

#C288DF
(194,136,223)
0 Favorites   0 Comments

Color spaces of #c288df

RGB 194136223
HSL0.780.580.70
HSV280°39°87°
CMYK 0.130.390.00   0.13
XYZ44.371634.405474.1143
Yxy34.40540.29020.2250
Hunter Lab58.656132.3817-33.8560
CIE-Lab65.283137.5173-35.7884

#c288df color RGB value is (194,136,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 11011111
Octal 302 210 337
Decimal 194 136 223
Hex C2 88 DF

RGB Percentages of Color #c288df

%35.08
%24.59
%40.33

CMYK Percentages of Color #c288df

%13
%39
%0
%13

Triadic Colors of #c288df

#c288df #dfc288 #88dfc2

Analogous Colors of #c288df

#c288df #df88d1 #9788df

Monochromatic Colors of #c288df

#c288df

Complementary Color

#c288df #a5df88

#c288df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c288df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c288df Color CSS Codes

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

#c288df Text Font Color

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

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


#c288df Background Color

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

This div background color is #c288df


#c288df Border Color

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

This div border color is #c288df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,136,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c288df


Comments

No comments written yet.

Please login to write comment.