Color Hex Logo

#c58fdc Color Hex

#C58FDC
(197,143,220)
0 Favorites   0 Comments

Color spaces of #c58fdc

RGB 197143220
HSL0.780.520.71
HSV282°35°86°
CMYK 0.100.350.00   0.14
XYZ45.766736.682572.3784
Yxy36.68250.29560.2369
Hunter Lab60.566128.8927-28.4572
CIE-Lab67.038133.9756-31.3780

#c58fdc color RGB value is (197,143,220).

#c58fdc hex color red value is 197, green value is 143 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c58fdc hue: 0.78 , saturation: 0.52 and the lightness value of c58fdc is 0.71.

The process color (four color CMYK) of #c58fdc color hex is 0.10, 0.35, 0.00, 0.14. Web safe color of #c58fdc is #cc99cc. Color #c58fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001111 11011100
Octal 305 217 334
Decimal 197 143 220
Hex C5 8F DC

RGB Percentages of Color #c58fdc

%35.18
%25.54
%39.29

CMYK Percentages of Color #c58fdc

%10
%35
%0
%14

Triadic Colors of #c58fdc

#c58fdc #dcc58f #8fdcc5

Analogous Colors of #c58fdc

#c58fdc #dc8fcd #9f8fdc

Monochromatic Colors of #c58fdc

#c58fdc

Complementary Color

#c58fdc #a6dc8f

#c58fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58fdc Color CSS Codes

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

#c58fdc Text Font Color

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

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


#c58fdc Background Color

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

This div background color is #c58fdc


#c58fdc Border Color

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

This div border color is #c58fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,143,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58fdc


Comments

No comments written yet.

Please login to write comment.