Color Hex Logo

#c47bed Color Hex

#C47BED
(196,123,237)
0 Favorites   0 Comments

Color spaces of #c47bed

RGB 196123237
HSL0.770.760.71
HSV278°48°93°
CMYK 0.170.480.00   0.07
XYZ45.134032.016183.9217
Yxy32.01610.28020.1988
Hunter Lab56.582843.3630-48.3290
CIE-Lab63.356248.0318-46.5517

#c47bed color RGB value is (196,123,237).

#c47bed hex color red value is 196, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c47bed hue: 0.77 , saturation: 0.76 and the lightness value of c47bed is 0.71.

The process color (four color CMYK) of #c47bed color hex is 0.17, 0.48, 0.00, 0.07. Web safe color of #c47bed is #cc66ff. Color #c47bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111011 11101101
Octal 304 173 355
Decimal 196 123 237
Hex C4 7B ED

RGB Percentages of Color #c47bed

%35.25
%22.12
%42.63

CMYK Percentages of Color #c47bed

%17
%48
%0
%7

Triadic Colors of #c47bed

#c47bed #edc47b #7bedc4

Analogous Colors of #c47bed

#c47bed #ed7bdd #8b7bed

Monochromatic Colors of #c47bed

#c47bed

Complementary Color

#c47bed #a4ed7b

#c47bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47bed Color CSS Codes

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

#c47bed Text Font Color

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

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


#c47bed Background Color

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

This div background color is #c47bed


#c47bed Border Color

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

This div border color is #c47bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47bed


Comments

No comments written yet.

Please login to write comment.