Color Hex Logo

#cf117d Color Hex

#CF117D
(207,17,125)
0 Favorites   0 Comments

Color spaces of #cf117d

RGB 20717125
HSL0.910.850.44
HSV326°92°81°
CMYK 0.000.920.40   0.19
XYZ29.634215.147020.7638
Yxy15.14700.45210.2311
Hunter Lab38.919167.8067-4.3885
CIE-Lab45.834972.5135-8.5068

#cf117d color RGB value is (207,17,125).

#cf117d hex color red value is 207, green value is 17 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cf117d hue: 0.91 , saturation: 0.85 and the lightness value of cf117d is 0.44.

The process color (four color CMYK) of #cf117d color hex is 0.00, 0.92, 0.40, 0.19. Web safe color of #cf117d is #cc0066. Color #cf117d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00010001 01111101
Octal 317 21 175
Decimal 207 17 125
Hex CF 11 7D

RGB Percentages of Color #cf117d

%59.31
%4.87
%35.82

CMYK Percentages of Color #cf117d

%0
%92
%40
%19

Triadic Colors of #cf117d

#cf117d #7dcf11 #117dcf

Analogous Colors of #cf117d

#cf117d #cf111e #c211cf

Monochromatic Colors of #cf117d

#cf117d

Complementary Color

#cf117d #11cf63

#cf117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf117d Color CSS Codes

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

#cf117d Text Font Color

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

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


#cf117d Background Color

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

This div background color is #cf117d


#cf117d Border Color

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

This div border color is #cf117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf117d


Comments

No comments written yet.

Please login to write comment.