Color Hex Logo

#cf2bee Color Hex

#CF2BEE
(207,43,238)
0 Favorites   0 Comments

Color spaces of #cf2bee

RGB 20743238
HSL0.810.850.55
HSV290°82°93°
CMYK 0.130.820.00   0.07
XYZ42.028621.166282.7592
Yxy21.16620.28800.1450
Hunter Lab46.006782.5536-74.4491
CIE-Lab53.130982.9464-63.3308

#cf2bee color RGB value is (207,43,238).

#cf2bee hex color red value is 207, green value is 43 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cf2bee hue: 0.81 , saturation: 0.85 and the lightness value of cf2bee is 0.55.

The process color (four color CMYK) of #cf2bee color hex is 0.13, 0.82, 0.00, 0.07. Web safe color of #cf2bee is #cc33ff. Color #cf2bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00101011 11101110
Octal 317 53 356
Decimal 207 43 238
Hex CF 2B EE

RGB Percentages of Color #cf2bee

%42.42
%8.81
%48.77

CMYK Percentages of Color #cf2bee

%13
%82
%0
%7

Triadic Colors of #cf2bee

#cf2bee #eecf2b #2beecf

Analogous Colors of #cf2bee

#cf2bee #ee2bac #6e2bee

Monochromatic Colors of #cf2bee

#cf2bee

Complementary Color

#cf2bee #4aee2b

#cf2bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf2bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf2bee Color CSS Codes

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

#cf2bee Text Font Color

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

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


#cf2bee Background Color

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

This div background color is #cf2bee


#cf2bee Border Color

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

This div border color is #cf2bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf2bee


Comments

No comments written yet.

Please login to write comment.