Color Hex Logo

#c44bbf Color Hex

#C44BBF
(196,75,191)
0 Favorites   0 Comments

Color spaces of #c44bbf

RGB 19675191
HSL0.840.510.53
HSV302°62°77°
CMYK 0.000.620.03   0.23
XYZ34.685020.529551.4247
Yxy20.52950.32530.1925
Hunter Lab45.309557.3524-35.5754
CIE-Lab52.430762.3441-37.7682

#c44bbf color RGB value is (196,75,191).

#c44bbf hex color red value is 196, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c44bbf hue: 0.84 , saturation: 0.51 and the lightness value of c44bbf is 0.53.

The process color (four color CMYK) of #c44bbf color hex is 0.00, 0.62, 0.03, 0.23. Web safe color of #c44bbf is #cc33cc. Color #c44bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001011 10111111
Octal 304 113 277
Decimal 196 75 191
Hex C4 4B BF

RGB Percentages of Color #c44bbf

%42.42
%16.23
%41.34

CMYK Percentages of Color #c44bbf

%0
%62
%3
%23

Triadic Colors of #c44bbf

#c44bbf #bfc44b #4bbfc4

Analogous Colors of #c44bbf

#c44bbf #c44b83 #8d4bc4

Monochromatic Colors of #c44bbf

#c44bbf

Complementary Color

#c44bbf #4bc450

#c44bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44bbf Color CSS Codes

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

#c44bbf Text Font Color

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

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


#c44bbf Background Color

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

This div background color is #c44bbf


#c44bbf Border Color

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

This div border color is #c44bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44bbf


Comments

No comments written yet.

Please login to write comment.