Color Hex Logo

#c484c5 Color Hex

#C484C5
(196,132,197)
0 Favorites   0 Comments

Color spaces of #c484c5

RGB 196132197
HSL0.830.360.65
HSV299°33°77°
CMYK 0.010.330.00   0.23
XYZ41.094332.269556.8861
Yxy32.26950.31550.2478
Hunter Lab56.806229.7180-19.6090
CIE-Lab63.565035.1280-23.9004

#c484c5 color RGB value is (196,132,197).

#c484c5 hex color red value is 196, green value is 132 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c484c5 hue: 0.83 , saturation: 0.36 and the lightness value of c484c5 is 0.65.

The process color (four color CMYK) of #c484c5 color hex is 0.01, 0.33, 0.00, 0.23. Web safe color of #c484c5 is #cc99cc. Color #c484c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000100 11000101
Octal 304 204 305
Decimal 196 132 197
Hex C4 84 C5

RGB Percentages of Color #c484c5

%37.33
%25.14
%37.52

CMYK Percentages of Color #c484c5

%1
%33
%0
%23

Triadic Colors of #c484c5

#c484c5 #c5c484 #84c5c4

Analogous Colors of #c484c5

#c484c5 #c584a6 #a484c5

Monochromatic Colors of #c484c5

#c484c5

Complementary Color

#c484c5 #85c584

#c484c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c484c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c484c5 Color CSS Codes

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

#c484c5 Text Font Color

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

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


#c484c5 Background Color

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

This div background color is #c484c5


#c484c5 Border Color

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

This div border color is #c484c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c484c5


Comments

No comments written yet.

Please login to write comment.