Color Hex Logo

#cf507b Color Hex

#CF507B
(207,80,123)
0 Favorites   0 Comments

Color spaces of #cf507b

RGB 20780123
HSL0.940.570.56
HSV340°61°81°
CMYK 0.000.610.41   0.19
XYZ32.175920.432820.9870
Yxy20.43280.43720.2776
Hunter Lab45.202747.95424.1143
CIE-Lab52.323153.97572.2687

#cf507b color RGB value is (207,80,123).

#cf507b hex color red value is 207, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cf507b hue: 0.94 , saturation: 0.57 and the lightness value of cf507b is 0.56.

The process color (four color CMYK) of #cf507b color hex is 0.00, 0.61, 0.41, 0.19. Web safe color of #cf507b is #cc6666. Color #cf507b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010000 01111011
Octal 317 120 173
Decimal 207 80 123
Hex CF 50 7B

RGB Percentages of Color #cf507b

%50.49
%19.51
%30.00

CMYK Percentages of Color #cf507b

%0
%61
%41
%19

Triadic Colors of #cf507b

#cf507b #7bcf50 #507bcf

Analogous Colors of #cf507b

#cf507b #cf6550 #cf50bb

Monochromatic Colors of #cf507b

#cf507b

Complementary Color

#cf507b #50cfa4

#cf507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf507b Color CSS Codes

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

#cf507b Text Font Color

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

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


#cf507b Background Color

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

This div background color is #cf507b


#cf507b Border Color

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

This div border color is #cf507b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf507b


Comments

No comments written yet.

Please login to write comment.