Color Hex Logo

#c74eda Color Hex

#C74EDA
(199,78,218)
0 Favorites   0 Comments

Color spaces of #c74eda

RGB 19978218
HSL0.810.650.58
HSV292°64°85°
CMYK 0.090.640.00   0.15
XYZ38.932522.652868.6501
Yxy22.65280.29890.1739
Hunter Lab47.595062.7212-52.2023
CIE-Lab54.712966.5341-49.5784

#c74eda color RGB value is (199,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 11011010
Octal 307 116 332
Decimal 199 78 218
Hex C7 4E DA

RGB Percentages of Color #c74eda

%40.20
%15.76
%44.04

CMYK Percentages of Color #c74eda

%9
%64
%0
%15

Triadic Colors of #c74eda

#c74eda #dac74e #4edac7

Analogous Colors of #c74eda

#c74eda #da4ea7 #814eda

Monochromatic Colors of #c74eda

#c74eda

Complementary Color

#c74eda #61da4e

#c74eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74eda Color CSS Codes

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

#c74eda Text Font Color

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

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


#c74eda Background Color

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

This div background color is #c74eda


#c74eda Border Color

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

This div border color is #c74eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74eda


Comments

No comments written yet.

Please login to write comment.