Color Hex Logo

#c62ded Color Hex

#C62DED
(198,45,237)
0 Favorites   0 Comments

Color spaces of #c62ded

RGB 19845237
HSL0.800.840.55
HSV288°81°93°
CMYK 0.160.810.00   0.07
XYZ39.513219.997081.8980
Yxy19.99700.27940.1414
Hunter Lab44.718079.4676-77.2830
CIE-Lab51.833880.7810-64.9319

#c62ded color RGB value is (198,45,237).

#c62ded hex color red value is 198, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c62ded hue: 0.80 , saturation: 0.84 and the lightness value of c62ded is 0.55.

The process color (four color CMYK) of #c62ded color hex is 0.16, 0.81, 0.00, 0.07. Web safe color of #c62ded is #cc33ff. Color #c62ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101101 11101101
Octal 306 55 355
Decimal 198 45 237
Hex C6 2D ED

RGB Percentages of Color #c62ded

%41.25
%9.38
%49.38

CMYK Percentages of Color #c62ded

%16
%81
%0
%7

Triadic Colors of #c62ded

#c62ded #edc62d #2dedc6

Analogous Colors of #c62ded

#c62ded #ed2db4 #662ded

Monochromatic Colors of #c62ded

#c62ded

Complementary Color

#c62ded #54ed2d

#c62ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62ded Color CSS Codes

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

#c62ded Text Font Color

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

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


#c62ded Background Color

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

This div background color is #c62ded


#c62ded Border Color

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

This div border color is #c62ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,45,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62ded


Comments

No comments written yet.

Please login to write comment.