Color Hex Logo

#cf374b Color Hex

#CF374B
(207,55,75)
0 Favorites   0 Comments

Color spaces of #cf374b

RGB 2075575
HSL0.980.610.51
HSV352°73°81°
CMYK 0.000.730.64   0.19
XYZ28.368316.50588.3474
Yxy16.50580.53300.3101
Hunter Lab40.627353.541016.2572
CIE-Lab47.631259.872524.7465

#cf374b color RGB value is (207,55,75).

#cf374b hex color red value is 207, green value is 55 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cf374b hue: 0.98 , saturation: 0.61 and the lightness value of cf374b is 0.51.

The process color (four color CMYK) of #cf374b color hex is 0.00, 0.73, 0.64, 0.19. Web safe color of #cf374b is #cc3333. Color #cf374b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00110111 01001011
Octal 317 67 113
Decimal 207 55 75
Hex CF 37 4B

RGB Percentages of Color #cf374b

%61.42
%16.32
%22.26

CMYK Percentages of Color #cf374b

%0
%73
%64
%19

Triadic Colors of #cf374b

#cf374b #4bcf37 #374bcf

Analogous Colors of #cf374b

#cf374b #cf6f37 #cf3797

Monochromatic Colors of #cf374b

#cf374b

Complementary Color

#cf374b #37cfbb

#cf374b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf374b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf374b Color CSS Codes

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

#cf374b Text Font Color

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

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


#cf374b Background Color

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

This div background color is #cf374b


#cf374b Border Color

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

This div border color is #cf374b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf374b


Comments

No comments written yet.

Please login to write comment.