Color Hex Logo

#cf7bee Color Hex

#CF7BEE
(207,123,238)
0 Favorites   0 Comments

Color spaces of #cf7bee

RGB 207123238
HSL0.790.770.71
HSV284°48°93°
CMYK 0.130.480.00   0.07
XYZ48.247733.604484.8323
Yxy33.60440.28950.2016
Hunter Lab57.969347.1188-46.1865
CIE-Lab64.647351.2381-44.9864

#cf7bee color RGB value is (207,123,238).

#cf7bee hex color red value is 207, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cf7bee hue: 0.79 , saturation: 0.77 and the lightness value of cf7bee is 0.71.

The process color (four color CMYK) of #cf7bee color hex is 0.13, 0.48, 0.00, 0.07. Web safe color of #cf7bee is #cc66ff. Color #cf7bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111011 11101110
Octal 317 173 356
Decimal 207 123 238
Hex CF 7B EE

RGB Percentages of Color #cf7bee

%36.44
%21.65
%41.90

CMYK Percentages of Color #cf7bee

%13
%48
%0
%7

Triadic Colors of #cf7bee

#cf7bee #eecf7b #7beecf

Analogous Colors of #cf7bee

#cf7bee #ee7bd4 #967bee

Monochromatic Colors of #cf7bee

#cf7bee

Complementary Color

#cf7bee #9aee7b

#cf7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7bee Color CSS Codes

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

#cf7bee Text Font Color

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

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


#cf7bee Background Color

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

This div background color is #cf7bee


#cf7bee Border Color

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

This div border color is #cf7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7bee


Comments

No comments written yet.

Please login to write comment.