Color Hex Logo

#c74bbf Color Hex

#C74BBF
(199,75,191)
0 Favorites   0 Comments

Color spaces of #c74bbf

RGB 19975191
HSL0.840.530.54
HSV304°62°78°
CMYK 0.000.620.04   0.22
XYZ35.473220.935951.4616
Yxy20.93590.32880.1941
Hunter Lab45.755858.3136-34.6545
CIE-Lab52.879363.0968-37.0320

#c74bbf color RGB value is (199,75,191).

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

The process color (four color CMYK) of #c74bbf color hex is 0.00, 0.62, 0.04, 0.22. Web safe color of #c74bbf is #cc33cc. Color #c74bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001011 10111111
Octal 307 113 277
Decimal 199 75 191
Hex C7 4B BF

RGB Percentages of Color #c74bbf

%42.80
%16.13
%41.08

CMYK Percentages of Color #c74bbf

%0
%62
%4
%22

Triadic Colors of #c74bbf

#c74bbf #bfc74b #4bbfc7

Analogous Colors of #c74bbf

#c74bbf #c74b81 #914bc7

Monochromatic Colors of #c74bbf

#c74bbf

Complementary Color

#c74bbf #4bc753

#c74bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74bbf Color CSS Codes

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

#c74bbf Text Font Color

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

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


#c74bbf Background Color

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

This div background color is #c74bbf


#c74bbf Border Color

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

This div border color is #c74bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74bbf


Comments

No comments written yet.

Please login to write comment.