Color Hex Logo

#c487ee Color Hex

#C487EE
(196,135,238)
0 Favorites   0 Comments

Color spaces of #c487ee

RGB 196135238
HSL0.770.750.73
HSV276°43°93°
CMYK 0.180.430.00   0.07
XYZ46.861535.236885.2204
Yxy35.23680.28010.2106
Hunter Lab59.360637.0336-43.5666
CIE-Lab65.932641.8411-43.0507

#c487ee color RGB value is (196,135,238).

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

The process color (four color CMYK) of #c487ee color hex is 0.18, 0.43, 0.00, 0.07. Web safe color of #c487ee is #cc99ff. Color #c487ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000111 11101110
Octal 304 207 356
Decimal 196 135 238
Hex C4 87 EE

RGB Percentages of Color #c487ee

%34.45
%23.73
%41.83

CMYK Percentages of Color #c487ee

%18
%43
%0
%7

Triadic Colors of #c487ee

#c487ee #eec487 #87eec4

Analogous Colors of #c487ee

#c487ee #ee87e5 #9187ee

Monochromatic Colors of #c487ee

#c487ee

Complementary Color

#c487ee #b1ee87

#c487ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c487ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c487ee Color CSS Codes

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

#c487ee Text Font Color

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

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


#c487ee Background Color

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

This div background color is #c487ee


#c487ee Border Color

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

This div border color is #c487ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c487ee


Comments

No comments written yet.

Please login to write comment.