Color Hex Logo

#c487cf Color Hex

#C487CF
(196,135,207)
0 Favorites   0 Comments

Color spaces of #c487cf

RGB 196135207
HSL0.810.430.67
HSV291°35°81°
CMYK 0.050.350.00   0.19
XYZ42.691433.568763.2608
Yxy33.56870.30600.2406
Hunter Lab57.938530.1335-24.1795
CIE-Lab64.618835.4217-27.8887

#c487cf color RGB value is (196,135,207).

#c487cf hex color red value is 196, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c487cf hue: 0.81 , saturation: 0.43 and the lightness value of c487cf is 0.67.

The process color (four color CMYK) of #c487cf color hex is 0.05, 0.35, 0.00, 0.19. Web safe color of #c487cf is #cc99cc. Color #c487cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11001111
Octal 304 207 317
Decimal 196 135 207
Hex C4 87 CF

RGB Percentages of Color #c487cf

%36.43
%25.09
%38.48

CMYK Percentages of Color #c487cf

%5
%35
%0
%19

Triadic Colors of #c487cf

#c487cf #cfc487 #87cfc4

Analogous Colors of #c487cf

#c487cf #cf87b6 #a087cf

Monochromatic Colors of #c487cf

#c487cf

Complementary Color

#c487cf #92cf87

#c487cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487cf Color CSS Codes

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

#c487cf Text Font Color

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

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


#c487cf Background Color

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

This div background color is #c487cf


#c487cf Border Color

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

This div border color is #c487cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,135,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487cf


Comments

No comments written yet.

Please login to write comment.