Color Hex Logo

#cf38ad Color Hex

#CF38AD
(207,56,173)
0 Favorites   0 Comments

Color spaces of #cf38ad

RGB 20756173
HSL0.870.610.52
HSV314°73°81°
CMYK 0.000.730.16   0.19
XYZ34.689119.110941.3956
Yxy19.11090.36440.2008
Hunter Lab43.716065.1385-25.5417
CIE-Lab50.816769.3150-29.6853

#cf38ad color RGB value is (207,56,173).

#cf38ad hex color red value is 207, green value is 56 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cf38ad hue: 0.87 , saturation: 0.61 and the lightness value of cf38ad is 0.52.

The process color (four color CMYK) of #cf38ad color hex is 0.00, 0.73, 0.16, 0.19. Web safe color of #cf38ad is #cc3399. Color #cf38ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111000 10101101
Octal 317 70 255
Decimal 207 56 173
Hex CF 38 AD

RGB Percentages of Color #cf38ad

%47.48
%12.84
%39.68

CMYK Percentages of Color #cf38ad

%0
%73
%16
%19

Triadic Colors of #cf38ad

#cf38ad #adcf38 #38adcf

Analogous Colors of #cf38ad

#cf38ad #cf3861 #a638cf

Monochromatic Colors of #cf38ad

#cf38ad

Complementary Color

#cf38ad #38cf5a

#cf38ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf38ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf38ad Color CSS Codes

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

#cf38ad Text Font Color

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

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


#cf38ad Background Color

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

This div background color is #cf38ad


#cf38ad Border Color

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

This div border color is #cf38ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf38ad


Comments

No comments written yet.

Please login to write comment.