Color Hex Logo

#c58edf Color Hex

#C58EDF
(197,142,223)
0 Favorites   0 Comments

Color spaces of #c58edf

RGB 197142223
HSL0.780.560.72
HSV281°36°87°
CMYK 0.120.360.00   0.13
XYZ46.018236.544074.4403
Yxy36.54400.29310.2328
Hunter Lab60.451630.0910-30.6937
CIE-Lab66.933535.1432-33.2004

#c58edf color RGB value is (197,142,223).

#c58edf hex color red value is 197, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c58edf hue: 0.78 , saturation: 0.56 and the lightness value of c58edf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001110 11011111
Octal 305 216 337
Decimal 197 142 223
Hex C5 8E DF

RGB Percentages of Color #c58edf

%35.05
%25.27
%39.68

CMYK Percentages of Color #c58edf

%12
%36
%0
%13

Triadic Colors of #c58edf

#c58edf #dfc58e #8edfc5

Analogous Colors of #c58edf

#c58edf #df8ed1 #9d8edf

Monochromatic Colors of #c58edf

#c58edf

Complementary Color

#c58edf #a8df8e

#c58edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58edf Color CSS Codes

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

#c58edf Text Font Color

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

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


#c58edf Background Color

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

This div background color is #c58edf


#c58edf Border Color

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

This div border color is #c58edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58edf


Comments

No comments written yet.

Please login to write comment.