Color Hex Logo

#c62edf Color Hex

#C62EDF
(198,46,223)
0 Favorites   0 Comments

Color spaces of #c62edf

RGB 19846223
HSL0.810.730.53
HSV292°79°87°
CMYK 0.110.790.00   0.13
XYZ37.585019.287571.5539
Yxy19.28750.29270.1502
Hunter Lab43.917575.9061-65.8576
CIE-Lab51.021978.1092-58.3269

#c62edf color RGB value is (198,46,223).

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

The process color (four color CMYK) of #c62edf color hex is 0.11, 0.79, 0.00, 0.13. Web safe color of #c62edf is #cc33cc. Color #c62edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101110 11011111
Octal 306 56 337
Decimal 198 46 223
Hex C6 2E DF

RGB Percentages of Color #c62edf

%42.40
%9.85
%47.75

CMYK Percentages of Color #c62edf

%11
%79
%0
%13

Triadic Colors of #c62edf

#c62edf #dfc62e #2edfc6

Analogous Colors of #c62edf

#c62edf #df2ea0 #6e2edf

Monochromatic Colors of #c62edf

#c62edf

Complementary Color

#c62edf #47df2e

#c62edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62edf Color CSS Codes

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

#c62edf Text Font Color

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

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


#c62edf Background Color

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

This div background color is #c62edf


#c62edf Border Color

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

This div border color is #c62edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62edf


Comments

No comments written yet.

Please login to write comment.