Color Hex Logo

#cf47ef Color Hex

#CF47EF
(207,71,239)
0 Favorites   0 Comments

Color spaces of #cf47ef

RGB 20771239
HSL0.800.840.61
HSV289°70°94°
CMYK 0.130.700.00   0.06
XYZ43.565424.003983.9984
Yxy24.00390.28740.1584
Hunter Lab48.993872.9836-67.3553
CIE-Lab56.091774.7718-59.1325

#cf47ef color RGB value is (207,71,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01000111 11101111
Octal 317 107 357
Decimal 207 71 239
Hex CF 47 EF

RGB Percentages of Color #cf47ef

%40.04
%13.73
%46.23

CMYK Percentages of Color #cf47ef

%13
%70
%0
%6

Triadic Colors of #cf47ef

#cf47ef #efcf47 #47efcf

Analogous Colors of #cf47ef

#cf47ef #ef47bb #7b47ef

Monochromatic Colors of #cf47ef

#cf47ef

Complementary Color

#cf47ef #67ef47

#cf47ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf47ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf47ef Color CSS Codes

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

#cf47ef Text Font Color

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

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


#cf47ef Background Color

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

This div background color is #cf47ef


#cf47ef Border Color

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

This div border color is #cf47ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf47ef


Comments

No comments written yet.

Please login to write comment.