Color Hex Logo

#c44aef Color Hex

#C44AEF
(196,74,239)
0 Favorites   0 Comments

Color spaces of #c44aef

RGB 19674239
HSL0.790.840.61
HSV284°69°94°
CMYK 0.180.690.00   0.06
XYZ40.793722.865383.9247
Yxy22.86530.27640.1549
Hunter Lab47.817768.5991-70.5874
CIE-Lab54.933371.4094-61.0761

#c44aef color RGB value is (196,74,239).

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

The process color (four color CMYK) of #c44aef color hex is 0.18, 0.69, 0.00, 0.06. Web safe color of #c44aef is #cc33ff. Color #c44aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001010 11101111
Octal 304 112 357
Decimal 196 74 239
Hex C4 4A EF

RGB Percentages of Color #c44aef

%38.51
%14.54
%46.95

CMYK Percentages of Color #c44aef

%18
%69
%0
%6

Triadic Colors of #c44aef

#c44aef #efc44a #4aefc4

Analogous Colors of #c44aef

#c44aef #ef4ac8 #724aef

Monochromatic Colors of #c44aef

#c44aef

Complementary Color

#c44aef #75ef4a

#c44aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44aef Color CSS Codes

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

#c44aef Text Font Color

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

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


#c44aef Background Color

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

This div background color is #c44aef


#c44aef Border Color

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

This div border color is #c44aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44aef


Comments

No comments written yet.

Please login to write comment.