Color Hex Logo

#c487fe Color Hex

#C487FE
(196,135,254)
0 Favorites   0 Comments

Color spaces of #c487fe

RGB 196135254
HSL0.750.980.76
HSV271°47°100°
CMYK 0.230.470.00   0.00
XYZ49.318336.219598.1576
Yxy36.21950.26850.1972
Hunter Lab60.182640.9571-54.5739
CIE-Lab66.687345.3738-50.6405

#c487fe color RGB value is (196,135,254).

#c487fe hex color red value is 196, green value is 135 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c487fe hue: 0.75 , saturation: 0.98 and the lightness value of c487fe is 0.76.

The process color (four color CMYK) of #c487fe color hex is 0.23, 0.47, 0.00, 0.00. Web safe color of #c487fe is #cc99ff. Color #c487fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11111110
Octal 304 207 376
Decimal 196 135 254
Hex C4 87 FE

RGB Percentages of Color #c487fe

%33.50
%23.08
%43.42

CMYK Percentages of Color #c487fe

%23
%47
%0
%0

Triadic Colors of #c487fe

#c487fe #fec487 #87fec4

Analogous Colors of #c487fe

#c487fe #fe87fd #8987fe

Monochromatic Colors of #c487fe

#c487fe

Complementary Color

#c487fe #c1fe87

#c487fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487fe Color CSS Codes

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

#c487fe Text Font Color

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

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


#c487fe Background Color

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

This div background color is #c487fe


#c487fe Border Color

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

This div border color is #c487fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487fe

Related Colors


Comments

No comments written yet.

Please login to write comment.