Color Hex Logo

#c44aeb Color Hex

#C44AEB
(196,74,235)
0 Favorites   0 Comments

Color spaces of #c44aeb

RGB 19674235
HSL0.790.800.61
HSV285°69°92°
CMYK 0.170.690.00   0.08
XYZ40.209122.631580.8463
Yxy22.63150.27980.1575
Hunter Lab47.572667.6190-67.4584
CIE-Lab54.690770.6448-59.2243

#c44aeb color RGB value is (196,74,235).

#c44aeb hex color red value is 196, green value is 74 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c44aeb hue: 0.79 , saturation: 0.80 and the lightness value of c44aeb is 0.61.

The process color (four color CMYK) of #c44aeb color hex is 0.17, 0.69, 0.00, 0.08. Web safe color of #c44aeb is #cc33ff. Color #c44aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 11101011
Octal 304 112 353
Decimal 196 74 235
Hex C4 4A EB

RGB Percentages of Color #c44aeb

%38.81
%14.65
%46.53

CMYK Percentages of Color #c44aeb

%17
%69
%0
%8

Triadic Colors of #c44aeb

#c44aeb #ebc44a #4aebc4

Analogous Colors of #c44aeb

#c44aeb #eb4ac2 #744aeb

Monochromatic Colors of #c44aeb

#c44aeb

Complementary Color

#c44aeb #71eb4a

#c44aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44aeb Color CSS Codes

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

#c44aeb Text Font Color

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

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


#c44aeb Background Color

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

This div background color is #c44aeb


#c44aeb Border Color

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

This div border color is #c44aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,74,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 #c44aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44aeb


Comments

No comments written yet.

Please login to write comment.