Color Hex Logo

#ff5ca8 Color Hex

#FF5CA8
(255,92,168)
0 Favorites   0 Comments

Color spaces of #ff5ca8

RGB 25592168
HSL0.921.000.68
HSV332°64°100°
CMYK 0.000.640.34   0.00
XYZ52.135031.741440.4247
Yxy31.74140.41940.2554
Hunter Lab56.339566.5848-3.1041
CIE-Lab63.128668.2209-7.3163

#ff5ca8 color RGB value is (255,92,168).

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

The process color (four color CMYK) of #ff5ca8 color hex is 0.00, 0.64, 0.34, 0.00. Web safe color of #ff5ca8 is #ff6699. Color #ff5ca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011100 10101000
Octal 377 134 250
Decimal 255 92 168
Hex FF 5C A8

RGB Percentages of Color #ff5ca8

%49.51
%17.86
%32.62

CMYK Percentages of Color #ff5ca8

%0
%64
%34
%0

Triadic Colors of #ff5ca8

#ff5ca8 #a8ff5c #5ca8ff

Analogous Colors of #ff5ca8

#ff5ca8 #ff615c #ff5cfa

Monochromatic Colors of #ff5ca8

#ff5ca8

Complementary Color

#ff5ca8 #5cffb3

#ff5ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5ca8 Color CSS Codes

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

#ff5ca8 Text Font Color

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

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


#ff5ca8 Background Color

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

This div background color is #ff5ca8


#ff5ca8 Border Color

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

This div border color is #ff5ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5ca8

Related Colors


Comments

No comments written yet.

Please login to write comment.