Color Hex Logo

#cf48ee Color Hex

#CF48EE
(207,72,238)
0 Favorites   0 Comments

Color spaces of #cf48ee

RGB 20772238
HSL0.800.830.61
HSV289°70°93°
CMYK 0.130.700.00   0.07
XYZ43.482124.073283.2437
Yxy24.07320.28830.1596
Hunter Lab49.064472.3282-66.2475
CIE-Lab56.161074.2272-58.4620

#cf48ee color RGB value is (207,72,238).

#cf48ee hex color red value is 207, green value is 72 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cf48ee hue: 0.80 , saturation: 0.83 and the lightness value of cf48ee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001000 11101110
Octal 317 110 356
Decimal 207 72 238
Hex CF 48 EE

RGB Percentages of Color #cf48ee

%40.04
%13.93
%46.03

CMYK Percentages of Color #cf48ee

%13
%70
%0
%7

Triadic Colors of #cf48ee

#cf48ee #eecf48 #48eecf

Analogous Colors of #cf48ee

#cf48ee #ee48ba #7c48ee

Monochromatic Colors of #cf48ee

#cf48ee

Complementary Color

#cf48ee #67ee48

#cf48ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf48ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf48ee Color CSS Codes

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

#cf48ee Text Font Color

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

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


#cf48ee Background Color

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

This div background color is #cf48ee


#cf48ee Border Color

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

This div border color is #cf48ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf48ee


Comments

No comments written yet.

Please login to write comment.