Color Hex Logo

#c74dbc Color Hex

#C74DBC
(199,77,188)
0 Favorites   0 Comments

Color spaces of #c74dbc

RGB 19977188
HSL0.850.520.54
HSV305°61°78°
CMYK 0.000.610.06   0.22
XYZ35.284221.080749.7863
Yxy21.08070.33240.1986
Hunter Lab45.913756.8263-32.1512
CIE-Lab53.037761.7734-35.0496

#c74dbc color RGB value is (199,77,188).

#c74dbc hex color red value is 199, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c74dbc hue: 0.85 , saturation: 0.52 and the lightness value of c74dbc is 0.54.

The process color (four color CMYK) of #c74dbc color hex is 0.00, 0.61, 0.06, 0.22. Web safe color of #c74dbc is #cc66cc. Color #c74dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001101 10111100
Octal 307 115 274
Decimal 199 77 188
Hex C7 4D BC

RGB Percentages of Color #c74dbc

%42.89
%16.59
%40.52

CMYK Percentages of Color #c74dbc

%0
%61
%6
%22

Triadic Colors of #c74dbc

#c74dbc #bcc74d #4dbcc7

Analogous Colors of #c74dbc

#c74dbc #c74d7f #954dc7

Monochromatic Colors of #c74dbc

#c74dbc

Complementary Color

#c74dbc #4dc758

#c74dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74dbc Color CSS Codes

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

#c74dbc Text Font Color

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

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


#c74dbc Background Color

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

This div background color is #c74dbc


#c74dbc Border Color

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

This div border color is #c74dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,77,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74dbc


Comments

No comments written yet.

Please login to write comment.