Color Hex Logo

#c58eee Color Hex

#C58EEE
(197,142,238)
0 Favorites   0 Comments

Color spaces of #c58eee

RGB 197142238
HSL0.760.740.75
HSV274°40°93°
CMYK 0.170.400.00   0.07
XYZ48.131637.389485.5690
Yxy37.38940.28130.2185
Hunter Lab61.146933.4988-40.1677
CIE-Lab67.568238.3282-40.4817

#c58eee color RGB value is (197,142,238).

#c58eee hex color red value is 197, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c58eee hue: 0.76 , saturation: 0.74 and the lightness value of c58eee is 0.75.

The process color (four color CMYK) of #c58eee color hex is 0.17, 0.40, 0.00, 0.07. Web safe color of #c58eee is #cc99ff. Color #c58eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 11101110
Octal 305 216 356
Decimal 197 142 238
Hex C5 8E EE

RGB Percentages of Color #c58eee

%34.14
%24.61
%41.25

CMYK Percentages of Color #c58eee

%17
%40
%0
%7

Triadic Colors of #c58eee

#c58eee #eec58e #8eeec5

Analogous Colors of #c58eee

#c58eee #ee8ee7 #958eee

Monochromatic Colors of #c58eee

#c58eee

Complementary Color

#c58eee #b7ee8e

#c58eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58eee Color CSS Codes

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

#c58eee Text Font Color

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

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


#c58eee Background Color

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

This div background color is #c58eee


#c58eee Border Color

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

This div border color is #c58eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58eee


Comments

No comments written yet.

Please login to write comment.