Color Hex Logo

#cf63ba Color Hex

#CF63BA
(207,99,186)
0 Favorites   0 Comments

Color spaces of #cf63ba

RGB 20799186
HSL0.870.530.60
HSV312°52°81°
CMYK 0.000.520.10   0.19
XYZ39.056925.734249.3631
Yxy25.73420.34210.2254
Hunter Lab50.728948.6542-22.1835
CIE-Lab57.783953.6922-26.4287

#cf63ba color RGB value is (207,99,186).

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

The process color (four color CMYK) of #cf63ba color hex is 0.00, 0.52, 0.10, 0.19. Web safe color of #cf63ba is #cc66cc. Color #cf63ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100011 10111010
Octal 317 143 272
Decimal 207 99 186
Hex CF 63 BA

RGB Percentages of Color #cf63ba

%42.07
%20.12
%37.80

CMYK Percentages of Color #cf63ba

%0
%52
%10
%19

Triadic Colors of #cf63ba

#cf63ba #bacf63 #63bacf

Analogous Colors of #cf63ba

#cf63ba #cf6384 #ae63cf

Monochromatic Colors of #cf63ba

#cf63ba

Complementary Color

#cf63ba #63cf78

#cf63ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf63ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf63ba Color CSS Codes

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

#cf63ba Text Font Color

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

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


#cf63ba Background Color

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

This div background color is #cf63ba


#cf63ba Border Color

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

This div border color is #cf63ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf63ba


Comments

No comments written yet.

Please login to write comment.