Color Hex Logo

#c471dd Color Hex

#C471DD
(196,113,221)
0 Favorites   0 Comments

Color spaces of #c471dd

RGB 196113221
HSL0.790.610.65
HSV286°49°87°
CMYK 0.110.490.00   0.13
XYZ41.721228.766571.7601
Yxy28.76650.29330.2022
Hunter Lab53.634444.9916-41.7829
CIE-Lab60.575049.9288-42.0229

#c471dd color RGB value is (196,113,221).

#c471dd hex color red value is 196, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c471dd hue: 0.79 , saturation: 0.61 and the lightness value of c471dd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110001 11011101
Octal 304 161 335
Decimal 196 113 221
Hex C4 71 DD

RGB Percentages of Color #c471dd

%36.98
%21.32
%41.70

CMYK Percentages of Color #c471dd

%11
%49
%0
%13

Triadic Colors of #c471dd

#c471dd #ddc471 #71ddc4

Analogous Colors of #c471dd

#c471dd #dd71c0 #8e71dd

Monochromatic Colors of #c471dd

#c471dd

Complementary Color

#c471dd #8add71

#c471dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c471dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c471dd Color CSS Codes

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

#c471dd Text Font Color

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

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


#c471dd Background Color

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

This div background color is #c471dd


#c471dd Border Color

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

This div border color is #c471dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c471dd


Comments

No comments written yet.

Please login to write comment.