Color Hex Logo

#c487df Color Hex

#C487DF
(196,135,223)
0 Favorites   0 Comments

Color spaces of #c487df

RGB 196135223
HSL0.780.580.70
HSV282°39°87°
CMYK 0.120.390.00   0.13
XYZ44.748234.391474.0918
Yxy34.39140.29200.2244
Hunter Lab58.644233.5764-33.8568
CIE-Lab65.272138.6590-35.7896

#c487df color RGB value is (196,135,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11011111
Octal 304 207 337
Decimal 196 135 223
Hex C4 87 DF

RGB Percentages of Color #c487df

%35.38
%24.37
%40.25

CMYK Percentages of Color #c487df

%12
%39
%0
%13

Triadic Colors of #c487df

#c487df #dfc487 #87dfc4

Analogous Colors of #c487df

#c487df #df87ce #9887df

Monochromatic Colors of #c487df

#c487df

Complementary Color

#c487df #a2df87

#c487df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487df Color CSS Codes

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

#c487df Text Font Color

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

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


#c487df Background Color

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

This div background color is #c487df


#c487df Border Color

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

This div border color is #c487df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487df


Comments

No comments written yet.

Please login to write comment.