Color Hex Logo

#cf638f Color Hex

#CF638F
(207,99,143)
0 Favorites   0 Comments

Color spaces of #cf638f

RGB 20799143
HSL0.930.530.60
HSV336°52°81°
CMYK 0.000.520.31   0.19
XYZ35.151924.172228.7996
Yxy24.17220.39890.2743
Hunter Lab49.165241.5838-0.3147
CIE-Lab56.259847.4354-3.7965

#cf638f color RGB value is (207,99,143).

#cf638f hex color red value is 207, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cf638f hue: 0.93 , saturation: 0.53 and the lightness value of cf638f is 0.60.

The process color (four color CMYK) of #cf638f color hex is 0.00, 0.52, 0.31, 0.19. Web safe color of #cf638f is #cc6699. Color #cf638f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100011 10001111
Octal 317 143 217
Decimal 207 99 143
Hex CF 63 8F

RGB Percentages of Color #cf638f

%46.10
%22.05
%31.85

CMYK Percentages of Color #cf638f

%0
%52
%31
%19

Triadic Colors of #cf638f

#cf638f #8fcf63 #638fcf

Analogous Colors of #cf638f

#cf638f #cf6d63 #cf63c5

Monochromatic Colors of #cf638f

#cf638f

Complementary Color

#cf638f #63cfa3

#cf638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf638f Color CSS Codes

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

#cf638f Text Font Color

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

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


#cf638f Background Color

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

This div background color is #cf638f


#cf638f Border Color

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

This div border color is #cf638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf638f


Comments

No comments written yet.

Please login to write comment.