Color Hex Logo

#c62eda Color Hex

#C62EDA
(198,46,218)
0 Favorites   0 Comments

Color spaces of #c62eda

RGB 19846218
HSL0.810.700.52
HSV293°79°85°
CMYK 0.090.790.00   0.15
XYZ36.920619.021768.0553
Yxy19.02170.29780.1534
Hunter Lab43.613974.7819-61.9867
CIE-Lab50.712677.2670-55.9788

#c62eda color RGB value is (198,46,218).

#c62eda hex color red value is 198, green value is 46 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c62eda hue: 0.81 , saturation: 0.70 and the lightness value of c62eda is 0.52.

The process color (four color CMYK) of #c62eda color hex is 0.09, 0.79, 0.00, 0.15. Web safe color of #c62eda is #cc33cc. Color #c62eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 11011010
Octal 306 56 332
Decimal 198 46 218
Hex C6 2E DA

RGB Percentages of Color #c62eda

%42.86
%9.96
%47.19

CMYK Percentages of Color #c62eda

%9
%79
%0
%15

Triadic Colors of #c62eda

#c62eda #dac62e #2edac6

Analogous Colors of #c62eda

#c62eda #da2e98 #702eda

Monochromatic Colors of #c62eda

#c62eda

Complementary Color

#c62eda #42da2e

#c62eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62eda Color CSS Codes

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

#c62eda Text Font Color

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

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


#c62eda Background Color

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

This div background color is #c62eda


#c62eda Border Color

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

This div border color is #c62eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62eda


Comments

No comments written yet.

Please login to write comment.