Color Hex Logo

#ff5dcc Color Hex

#FF5DCC
(255,93,204)
0 Favorites   0 Comments

Color spaces of #ff5dcc

RGB 25593204
HSL0.891.000.68
HSV319°64°100°
CMYK 0.000.640.20   0.00
XYZ56.053433.448360.6286
Yxy33.44830.37340.2228
Hunter Lab57.834571.7924-21.6703
CIE-Lab64.522372.2209-25.7076

#ff5dcc color RGB value is (255,93,204).

#ff5dcc hex color red value is 255, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ff5dcc hue: 0.89 , saturation: 1.00 and the lightness value of ff5dcc is 0.68.

The process color (four color CMYK) of #ff5dcc color hex is 0.00, 0.64, 0.20, 0.00. Web safe color of #ff5dcc is #ff66cc. Color #ff5dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011101 11001100
Octal 377 135 314
Decimal 255 93 204
Hex FF 5D CC

RGB Percentages of Color #ff5dcc

%46.20
%16.85
%36.96

CMYK Percentages of Color #ff5dcc

%0
%64
%20
%0

Triadic Colors of #ff5dcc

#ff5dcc #ccff5d #5dccff

Analogous Colors of #ff5dcc

#ff5dcc #ff5d7b #e15dff

Monochromatic Colors of #ff5dcc

#ff5dcc

Complementary Color

#ff5dcc #5dff90

#ff5dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5dcc Color CSS Codes

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

#ff5dcc Text Font Color

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

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


#ff5dcc Background Color

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

This div background color is #ff5dcc


#ff5dcc Border Color

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

This div border color is #ff5dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5dcc

Related Colors


Comments

No comments written yet.

Please login to write comment.