Color Hex Logo

#ff62dc Color Hex

#FF62DC
(255,98,220)
0 Favorites   0 Comments

Color spaces of #ff62dc

RGB 25598220
HSL0.871.000.69
HSV313°62°100°
CMYK 0.000.620.14   0.00
XYZ58.526035.162771.4126
Yxy35.16270.35450.2130
Hunter Lab59.298172.4039-29.8941
CIE-Lab65.875172.4664-32.6033

#ff62dc color RGB value is (255,98,220).

#ff62dc hex color red value is 255, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff62dc hue: 0.87 , saturation: 1.00 and the lightness value of ff62dc is 0.69.

The process color (four color CMYK) of #ff62dc color hex is 0.00, 0.62, 0.14, 0.00. Web safe color of #ff62dc is #ff66cc. Color #ff62dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100010 11011100
Octal 377 142 334
Decimal 255 98 220
Hex FF 62 DC

RGB Percentages of Color #ff62dc

%44.50
%17.10
%38.39

CMYK Percentages of Color #ff62dc

%0
%62
%14
%0

Triadic Colors of #ff62dc

#ff62dc #dcff62 #62dcff

Analogous Colors of #ff62dc

#ff62dc #ff628e #d462ff

Monochromatic Colors of #ff62dc

#ff62dc

Complementary Color

#ff62dc #62ff85

#ff62dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff62dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff62dc Color CSS Codes

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

#ff62dc Text Font Color

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

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


#ff62dc Background Color

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

This div background color is #ff62dc


#ff62dc Border Color

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

This div border color is #ff62dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,98,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff62dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff62dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ff62dc;
  box-shadow:         1px 1px 3px 2px #ff62dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,98,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff62dc


Comments

No comments written yet.

Please login to write comment.