Color Hex Logo

#ff75cd Color Hex

#FF75CD
(255,117,205)
0 Favorites   0 Comments

Color spaces of #ff75cd

RGB 255117205
HSL0.891.000.73
HSV322°54°100°
CMYK 0.000.540.20   0.00
XYZ58.620738.390462.0780
Yxy38.39040.36850.2413
Hunter Lab61.960060.4499-16.0309
CIE-Lab68.307462.2120-20.4824

#ff75cd color RGB value is (255,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110101 11001101
Octal 377 165 315
Decimal 255 117 205
Hex FF 75 CD

RGB Percentages of Color #ff75cd

%44.19
%20.28
%35.53

CMYK Percentages of Color #ff75cd

%0
%54
%20
%0

Triadic Colors of #ff75cd

#ff75cd #cdff75 #75cdff

Analogous Colors of #ff75cd

#ff75cd #ff7588 #ec75ff

Monochromatic Colors of #ff75cd

#ff75cd

Complementary Color

#ff75cd #75ffa7

#ff75cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff75cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff75cd Color CSS Codes

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

#ff75cd Text Font Color

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

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


#ff75cd Background Color

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

This div background color is #ff75cd


#ff75cd Border Color

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

This div border color is #ff75cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff75cd

Related Colors


Comments

No comments written yet.

Please login to write comment.