Color Hex Logo

#ff27cc Color Hex

#FF27CC
(255,39,204)
0 Favorites   0 Comments

Color spaces of #ff27cc

RGB 25539204
HSL0.871.000.58
HSV314°85°100°
CMYK 0.000.850.20   0.00
XYZ52.864627.070759.5656
Yxy27.07070.37900.1941
Hunter Lab52.029590.3133-31.4571
CIE-Lab59.039787.7458-34.1930

#ff27cc color RGB value is (255,39,204).

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

The process color (four color CMYK) of #ff27cc color hex is 0.00, 0.85, 0.20, 0.00. Web safe color of #ff27cc is #ff33cc. Color #ff27cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00100111 11001100
Octal 377 47 314
Decimal 255 39 204
Hex FF 27 CC

RGB Percentages of Color #ff27cc

%51.20
%7.83
%40.96

CMYK Percentages of Color #ff27cc

%0
%85
%20
%0

Triadic Colors of #ff27cc

#ff27cc #ccff27 #27ccff

Analogous Colors of #ff27cc

#ff27cc #ff2760 #c627ff

Monochromatic Colors of #ff27cc

#ff27cc

Complementary Color

#ff27cc #27ff5a

#ff27cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff27cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff27cc Color CSS Codes

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

#ff27cc Text Font Color

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

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


#ff27cc Background Color

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

This div background color is #ff27cc


#ff27cc Border Color

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

This div border color is #ff27cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff27cc

Related Colors


Comments

No comments written yet.

Please login to write comment.