color codes Logo

#c47aba color codes

#C47ABA
(196,122,186)
0 Favorites   0 Comments

Color spaces of #c47aba

RGB 196122186
HSL0.860.390.62
HSV308°38°77°
CMYK 0.000.380.05   0.23
XYZ38.587429.200050.0568
Yxy29.20000.32740.2478
Hunter Lab54.037032.9006-17.0969
CIE-Lab60.957738.5163-21.6729

#c47aba color RGB value is (196,122,186).

#c47aba hex color red value is 196, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c47aba hue: 0.86 , saturation: 0.39 and the lightness value of c47aba is 0.62.

The process color (four color CMYK) of #c47aba color code is 0.00, 0.38, 0.05, 0.23. Web safe color of #c47aba is #cc66cc. Color #c47aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111010 10111010
Octal 304 172 272
Decimal 196 122 186
Hex C4 7A BA

RGB Percentages of Color #c47aba

%38.89
%24.21
%36.90

CMYK Percentages of Color #c47aba

%0
%38
%5
%23

Triadic Colors of #c47aba

#c47aba #bac47a #7abac4

Analogous Colors of #c47aba

#c47aba #c47a95 #a97ac4

Monochromatic Colors of #c47aba

#c47aba

Complementary Color

#c47aba #7ac484

#c47aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47aba Color CSS Codes

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

#c47aba Text Font Color

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

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


#c47aba Background Color

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

This div background color is #c47aba


#c47aba Border Color

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

This div border color is #c47aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47aba


Comments

No comments written yet.

Please login to write comment.