Color Hex Logo

#cf638e Color Hex

#CF638E
(207,99,142)
0 Favorites   0 Comments

Color spaces of #cf638e

RGB 20799142
HSL0.930.530.60
HSV336°52°81°
CMYK 0.000.520.31   0.19
XYZ35.076524.142128.4023
Yxy24.14210.40030.2755
Hunter Lab49.134641.44300.1216
CIE-Lab56.229847.3079-3.2552

#cf638e color RGB value is (207,99,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100011 10001110
Octal 317 143 216
Decimal 207 99 142
Hex CF 63 8E

RGB Percentages of Color #cf638e

%46.21
%22.10
%31.70

CMYK Percentages of Color #cf638e

%0
%52
%31
%19

Triadic Colors of #cf638e

#cf638e #8ecf63 #638ecf

Analogous Colors of #cf638e

#cf638e #cf6e63 #cf63c4

Monochromatic Colors of #cf638e

#cf638e

Complementary Color

#cf638e #63cfa4

#cf638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf638e Color CSS Codes

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

#cf638e Text Font Color

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

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


#cf638e Background Color

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

This div background color is #cf638e


#cf638e Border Color

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

This div border color is #cf638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf638e


Comments

No comments written yet.

Please login to write comment.