Color Hex Logo

#c44bee Color Hex

#C44BEE
(196,75,238)
0 Favorites   0 Comments

Color spaces of #c44bee

RGB 19675238
HSL0.790.830.61
HSV285°68°93°
CMYK 0.180.680.00   0.07
XYZ40.713622.941083.1711
Yxy22.94100.27730.1562
Hunter Lab47.896867.9107-69.4273
CIE-Lab55.011570.8253-60.3907

#c44bee color RGB value is (196,75,238).

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

The process color (four color CMYK) of #c44bee color hex is 0.18, 0.68, 0.00, 0.07. Web safe color of #c44bee is #cc33ff. Color #c44bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001011 11101110
Octal 304 113 356
Decimal 196 75 238
Hex C4 4B EE

RGB Percentages of Color #c44bee

%38.51
%14.73
%46.76

CMYK Percentages of Color #c44bee

%18
%68
%0
%7

Triadic Colors of #c44bee

#c44bee #eec44b #4beec4

Analogous Colors of #c44bee

#c44bee #ee4bc7 #734bee

Monochromatic Colors of #c44bee

#c44bee

Complementary Color

#c44bee #75ee4b

#c44bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44bee Color CSS Codes

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

#c44bee Text Font Color

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

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


#c44bee Background Color

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

This div background color is #c44bee


#c44bee Border Color

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

This div border color is #c44bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44bee


Comments

No comments written yet.

Please login to write comment.