Color Hex Logo

#ce71ce Color Hex

#CE71CE
(206,113,206)
0 Favorites   0 Comments

Color spaces of #ce71ce

RGB 206113206
HSL0.830.490.63
HSV300°45°81°
CMYK 0.000.450.00   0.19
XYZ42.499329.388361.8251
Yxy29.38830.31780.2198
Hunter Lab54.211045.0679-29.6698
CIE-Lab61.122849.9153-32.6441

#ce71ce color RGB value is (206,113,206).

#ce71ce hex color red value is 206, green value is 113 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce71ce hue: 0.83 , saturation: 0.49 and the lightness value of ce71ce is 0.63.

The process color (four color CMYK) of #ce71ce color hex is 0.00, 0.45, 0.00, 0.19. Web safe color of #ce71ce is #cc66cc. Color #ce71ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110001 11001110
Octal 316 161 316
Decimal 206 113 206
Hex CE 71 CE

RGB Percentages of Color #ce71ce

%39.24
%21.52
%39.24

CMYK Percentages of Color #ce71ce

%0
%45
%0
%19

Triadic Colors of #ce71ce

#ce71ce #cece71 #71cece

Analogous Colors of #ce71ce

#ce71ce #ce71a0 #a071ce

Monochromatic Colors of #ce71ce

#ce71ce

Complementary Color

#ce71ce #71ce71

#ce71ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce71ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce71ce Color CSS Codes

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

#ce71ce Text Font Color

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

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


#ce71ce Background Color

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

This div background color is #ce71ce


#ce71ce Border Color

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

This div border color is #ce71ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,113,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce71ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce71ce;
  -webkit-box-shadow: 1px 1px 3px 2px #ce71ce;
  box-shadow:         1px 1px 3px 2px #ce71ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce71ce


Comments

No comments written yet.

Please login to write comment.