Color Hex Logo

#cf1487 Color Hex

#CF1487
(207,20,135)
0 Favorites   0 Comments

Color spaces of #cf1487

RGB 20720135
HSL0.900.820.45
HSV323°90°81°
CMYK 0.000.900.35   0.19
XYZ30.355515.515024.3164
Yxy15.51500.43250.2211
Hunter Lab39.389168.6315-9.0296
CIE-Lab46.331673.1010-13.8733

#cf1487 color RGB value is (207,20,135).

#cf1487 hex color red value is 207, green value is 20 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cf1487 hue: 0.90 , saturation: 0.82 and the lightness value of cf1487 is 0.45.

The process color (four color CMYK) of #cf1487 color hex is 0.00, 0.90, 0.35, 0.19. Web safe color of #cf1487 is #cc0099. Color #cf1487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00010100 10000111
Octal 317 24 207
Decimal 207 20 135
Hex CF 14 87

RGB Percentages of Color #cf1487

%57.18
%5.52
%37.29

CMYK Percentages of Color #cf1487

%0
%90
%35
%19

Triadic Colors of #cf1487

#cf1487 #87cf14 #1487cf

Analogous Colors of #cf1487

#cf1487 #cf1429 #ba14cf

Monochromatic Colors of #cf1487

#cf1487

Complementary Color

#cf1487 #14cf5c

#cf1487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf1487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf1487 Color CSS Codes

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

#cf1487 Text Font Color

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

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


#cf1487 Background Color

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

This div background color is #cf1487


#cf1487 Border Color

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

This div border color is #cf1487


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,20,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf1487; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf1487;
  -webkit-box-shadow: 1px 1px 3px 2px #cf1487;
  box-shadow:         1px 1px 3px 2px #cf1487; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,20,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf1487


Comments

No comments written yet.

Please login to write comment.