Color Hex Logo

#ff629d Color Hex

#FF629D
(255,98,157)
1 Favorites   0 Comments

Color spaces of #ff629d

RGB 25598157
HSL0.941.000.69
HSV337°62°100°
CMYK 0.000.620.38   0.00
XYZ51.693532.429735.4333
Yxy32.42970.43240.2712
Hunter Lab56.947162.37532.9719
CIE-Lab63.696464.6146-0.1592

#ff629d color RGB value is (255,98,157).

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

The process color (four color CMYK) of #ff629d color hex is 0.00, 0.62, 0.38, 0.00. Web safe color of #ff629d is #ff6699. Color #ff629d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100010 10011101
Octal 377 142 235
Decimal 255 98 157
Hex FF 62 9D

RGB Percentages of Color #ff629d

%50.00
%19.22
%30.78

CMYK Percentages of Color #ff629d

%0
%62
%38
%0

Triadic Colors of #ff629d

#ff629d #9dff62 #629dff

Analogous Colors of #ff629d

#ff629d #ff7662 #ff62ec

Monochromatic Colors of #ff629d

#ff629d

Complementary Color

#ff629d #62ffc4

#ff629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff629d Color CSS Codes

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

#ff629d Text Font Color

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

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


#ff629d Background Color

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

This div background color is #ff629d


#ff629d Border Color

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

This div border color is #ff629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff629d

#ff629d Color Palettes


Comments

No comments written yet.

Please login to write comment.