Color Hex Logo

#c74edb Color Hex

#C74EDB
(199,78,219)
0 Favorites   0 Comments

Color spaces of #c74edb

RGB 19978219
HSL0.810.660.58
HSV291°64°86°
CMYK 0.090.640.00   0.14
XYZ39.063822.705469.3415
Yxy22.70540.29790.1732
Hunter Lab47.650262.9472-52.9249
CIE-Lab54.767666.7154-50.0579

#c74edb color RGB value is (199,78,219).

#c74edb hex color red value is 199, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c74edb hue: 0.81 , saturation: 0.66 and the lightness value of c74edb is 0.58.

The process color (four color CMYK) of #c74edb color hex is 0.09, 0.64, 0.00, 0.14. Web safe color of #c74edb is #cc66cc. Color #c74edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 11011011
Octal 307 116 333
Decimal 199 78 219
Hex C7 4E DB

RGB Percentages of Color #c74edb

%40.12
%15.73
%44.15

CMYK Percentages of Color #c74edb

%9
%64
%0
%14

Triadic Colors of #c74edb

#c74edb #dbc74e #4edbc7

Analogous Colors of #c74edb

#c74edb #db4ea9 #814edb

Monochromatic Colors of #c74edb

#c74edb

Complementary Color

#c74edb #62db4e

#c74edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74edb Color CSS Codes

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

#c74edb Text Font Color

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

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


#c74edb Background Color

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

This div background color is #c74edb


#c74edb Border Color

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

This div border color is #c74edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74edb


Comments

No comments written yet.

Please login to write comment.