Color Hex Logo

#c484d1 Color Hex

#C484D1
(196,132,209)
0 Favorites   0 Comments

Color spaces of #c484d1

RGB 196132209
HSL0.810.460.67
HSV290°37°82°
CMYK 0.060.370.00   0.18
XYZ42.524832.841764.4194
Yxy32.84170.30420.2349
Hunter Lab57.307732.1664-26.5323
CIE-Lab64.032537.4499-29.9122

#c484d1 color RGB value is (196,132,209).

#c484d1 hex color red value is 196, green value is 132 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c484d1 hue: 0.81 , saturation: 0.46 and the lightness value of c484d1 is 0.67.

The process color (four color CMYK) of #c484d1 color hex is 0.06, 0.37, 0.00, 0.18. Web safe color of #c484d1 is #cc99cc. Color #c484d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000100 11010001
Octal 304 204 321
Decimal 196 132 209
Hex C4 84 D1

RGB Percentages of Color #c484d1

%36.50
%24.58
%38.92

CMYK Percentages of Color #c484d1

%6
%37
%0
%18

Triadic Colors of #c484d1

#c484d1 #d1c484 #84d1c4

Analogous Colors of #c484d1

#c484d1 #d184b8 #9e84d1

Monochromatic Colors of #c484d1

#c484d1

Complementary Color

#c484d1 #91d184

#c484d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c484d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c484d1 Color CSS Codes

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

#c484d1 Text Font Color

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

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


#c484d1 Background Color

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

This div background color is #c484d1


#c484d1 Border Color

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

This div border color is #c484d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c484d1


Comments

No comments written yet.

Please login to write comment.