Color Hex Logo

#c457dd Color Hex

#C457DD
(196,87,221)
0 Favorites   0 Comments

Color spaces of #c457dd

RGB 19687221
HSL0.800.660.60
HSV289°61°87°
CMYK 0.110.610.00   0.13
XYZ39.224323.772670.9278
Yxy23.77260.29290.1775
Hunter Lab48.757258.2752-52.1201
CIE-Lab55.859462.5177-49.4778

#c457dd color RGB value is (196,87,221).

#c457dd hex color red value is 196, green value is 87 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c457dd hue: 0.80 , saturation: 0.66 and the lightness value of c457dd is 0.60.

The process color (four color CMYK) of #c457dd color hex is 0.11, 0.61, 0.00, 0.13. Web safe color of #c457dd is #cc66cc. Color #c457dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010111 11011101
Octal 304 127 335
Decimal 196 87 221
Hex C4 57 DD

RGB Percentages of Color #c457dd

%38.89
%17.26
%43.85

CMYK Percentages of Color #c457dd

%11
%61
%0
%13

Triadic Colors of #c457dd

#c457dd #ddc457 #57ddc4

Analogous Colors of #c457dd

#c457dd #dd57b3 #8157dd

Monochromatic Colors of #c457dd

#c457dd

Complementary Color

#c457dd #70dd57

#c457dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c457dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c457dd Color CSS Codes

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

#c457dd Text Font Color

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

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


#c457dd Background Color

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

This div background color is #c457dd


#c457dd Border Color

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

This div border color is #c457dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c457dd


Comments

No comments written yet.

Please login to write comment.