Color Hex Logo

#ffc0cd Color Hex

#FFC0CD
(255,192,205)
1 Favorites   0 Comments

Color spaces of #ffc0cd

RGB 255192205
HSL0.971.000.88
HSV348°25°100°
CMYK 0.000.250.20   0.00
XYZ71.109163.367166.2408
Yxy63.36710.35430.3157
Hunter Lab79.603520.14656.3851
CIE-Lab83.635224.44382.3177

#ffc0cd color RGB value is (255,192,205).

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

The process color (four color CMYK) of #ffc0cd color hex is 0.00, 0.25, 0.20, 0.00. Web safe color of #ffc0cd is #ffcccc. Color #ffc0cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 11001101
Octal 377 300 315
Decimal 255 192 205
Hex FF C0 CD

RGB Percentages of Color #ffc0cd

%39.11
%29.45
%31.44

CMYK Percentages of Color #ffc0cd

%0
%25
%20
%0

Triadic Colors of #ffc0cd

#ffc0cd #cdffc0 #c0cdff

Analogous Colors of #ffc0cd

#ffc0cd #ffd3c0 #ffc0ed

Monochromatic Colors of #ffc0cd

#ffc0cd

Complementary Color

#ffc0cd #c0fff2

#ffc0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc0cd Color CSS Codes

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

#ffc0cd Text Font Color

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

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


#ffc0cd Background Color

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

This div background color is #ffc0cd


#ffc0cd Border Color

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

This div border color is #ffc0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc0cd

Related Colors


Comments

No comments written yet.

Please login to write comment.