Color Hex Logo

#c74dbe Color Hex

#C74DBE
(199,77,190)
0 Favorites   0 Comments

Color spaces of #c74dbe

RGB 19977190
HSL0.850.520.54
HSV304°61°78°
CMYK 0.000.610.05   0.22
XYZ35.501321.167650.9298
Yxy21.16760.32990.1967
Hunter Lab46.008357.2213-33.4265
CIE-Lab53.132462.1006-36.0570

#c74dbe color RGB value is (199,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001101 10111110
Octal 307 115 276
Decimal 199 77 190
Hex C7 4D BE

RGB Percentages of Color #c74dbe

%42.70
%16.52
%40.77

CMYK Percentages of Color #c74dbe

%0
%61
%5
%22

Triadic Colors of #c74dbe

#c74dbe #bec74d #4dbec7

Analogous Colors of #c74dbe

#c74dbe #c74d81 #934dc7

Monochromatic Colors of #c74dbe

#c74dbe

Complementary Color

#c74dbe #4dc756

#c74dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74dbe Color CSS Codes

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

#c74dbe Text Font Color

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

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


#c74dbe Background Color

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

This div background color is #c74dbe


#c74dbe Border Color

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

This div border color is #c74dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74dbe


Comments

No comments written yet.

Please login to write comment.