Color Hex Logo

#c4a3eb Color Hex

#C4A3EB
(196,163,235)
0 Favorites   0 Comments

Color spaces of #c4a3eb

RGB 196163235
HSL0.740.640.78
HSV268°31°92°
CMYK 0.170.310.00   0.08
XYZ50.857543.928384.3958
Yxy43.92830.28380.2452
Hunter Lab66.278420.9814-29.1022
CIE-Lab72.180525.8331-31.6820

#c4a3eb color RGB value is (196,163,235).

#c4a3eb hex color red value is 196, green value is 163 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c4a3eb hue: 0.74 , saturation: 0.64 and the lightness value of c4a3eb is 0.78.

The process color (four color CMYK) of #c4a3eb color hex is 0.17, 0.31, 0.00, 0.08. Web safe color of #c4a3eb is #cc99ff. Color #c4a3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100011 11101011
Octal 304 243 353
Decimal 196 163 235
Hex C4 A3 EB

RGB Percentages of Color #c4a3eb

%33.00
%27.44
%39.56

CMYK Percentages of Color #c4a3eb

%17
%31
%0
%8

Triadic Colors of #c4a3eb

#c4a3eb #ebc4a3 #a3ebc4

Analogous Colors of #c4a3eb

#c4a3eb #e8a3eb #a3a6eb

Monochromatic Colors of #c4a3eb

#c4a3eb

Complementary Color

#c4a3eb #caeba3

#c4a3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a3eb Color CSS Codes

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

#c4a3eb Text Font Color

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

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


#c4a3eb Background Color

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

This div background color is #c4a3eb


#c4a3eb Border Color

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

This div border color is #c4a3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a3eb


Comments

No comments written yet.

Please login to write comment.