Color Hex Logo

#c62fed Color Hex

#C62FED
(198,47,237)
0 Favorites   0 Comments

Color spaces of #c62fed

RGB 19847237
HSL0.800.840.56
HSV288°80°93°
CMYK 0.160.800.00   0.07
XYZ39.591320.153281.9240
Yxy20.15320.27950.1423
Hunter Lab44.892378.8606-76.7737
CIE-Lab52.010080.2674-64.6474

#c62fed color RGB value is (198,47,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101111 11101101
Octal 306 57 355
Decimal 198 47 237
Hex C6 2F ED

RGB Percentages of Color #c62fed

%41.08
%9.75
%49.17

CMYK Percentages of Color #c62fed

%16
%80
%0
%7

Triadic Colors of #c62fed

#c62fed #edc62f #2fedc6

Analogous Colors of #c62fed

#c62fed #ed2fb5 #672fed

Monochromatic Colors of #c62fed

#c62fed

Complementary Color

#c62fed #56ed2f

#c62fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62fed Color CSS Codes

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

#c62fed Text Font Color

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

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


#c62fed Background Color

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

This div background color is #c62fed


#c62fed Border Color

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

This div border color is #c62fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62fed


Comments

No comments written yet.

Please login to write comment.