Color Hex Logo

#c574dd Color Hex

#C574DD
(197,116,221)
0 Favorites   0 Comments

Color spaces of #c574dd

RGB 197116221
HSL0.800.610.66
HSV286°48°87°
CMYK 0.110.480.00   0.13
XYZ42.322529.581671.8858
Yxy29.58160.29430.2057
Hunter Lab54.389043.7182-40.2912
CIE-Lab61.291548.6572-40.8891

#c574dd color RGB value is (197,116,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110100 11011101
Octal 305 164 335
Decimal 197 116 221
Hex C5 74 DD

RGB Percentages of Color #c574dd

%36.89
%21.72
%41.39

CMYK Percentages of Color #c574dd

%11
%48
%0
%13

Triadic Colors of #c574dd

#c574dd #ddc574 #74ddc5

Analogous Colors of #c574dd

#c574dd #dd74c1 #9174dd

Monochromatic Colors of #c574dd

#c574dd

Complementary Color

#c574dd #8cdd74

#c574dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c574dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c574dd Color CSS Codes

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

#c574dd Text Font Color

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

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


#c574dd Background Color

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

This div background color is #c574dd


#c574dd Border Color

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

This div border color is #c574dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c574dd


Comments

No comments written yet.

Please login to write comment.