Color Hex Logo

#cf88ba Color Hex

#CF88BA
(207,136,186)
0 Favorites   0 Comments

Color spaces of #cf88ba

RGB 207136186
HSL0.880.430.67
HSV318°34°81°
CMYK 0.000.340.10   0.19
XYZ43.399234.418950.8105
Yxy34.41890.33740.2676
Hunter Lab58.667629.3765-10.2822
CIE-Lab65.293734.6171-14.9679

#cf88ba color RGB value is (207,136,186).

#cf88ba hex color red value is 207, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cf88ba hue: 0.88 , saturation: 0.43 and the lightness value of cf88ba is 0.67.

The process color (four color CMYK) of #cf88ba color hex is 0.00, 0.34, 0.10, 0.19. Web safe color of #cf88ba is #cc99cc. Color #cf88ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 10111010
Octal 317 210 272
Decimal 207 136 186
Hex CF 88 BA

RGB Percentages of Color #cf88ba

%39.13
%25.71
%35.16

CMYK Percentages of Color #cf88ba

%0
%34
%10
%19

Triadic Colors of #cf88ba

#cf88ba #bacf88 #88bacf

Analogous Colors of #cf88ba

#cf88ba #cf8897 #c188cf

Monochromatic Colors of #cf88ba

#cf88ba

Complementary Color

#cf88ba #88cf9d

#cf88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf88ba Color CSS Codes

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

#cf88ba Text Font Color

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

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


#cf88ba Background Color

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

This div background color is #cf88ba


#cf88ba Border Color

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

This div border color is #cf88ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,136,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 #cf88ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf88ba


Comments

No comments written yet.

Please login to write comment.