Color Hex Logo

#ce73cc Color Hex

#CE73CC
(206,115,204)
0 Favorites   0 Comments

Color spaces of #ce73cc

RGB 206115204
HSL0.840.480.63
HSV301°44°81°
CMYK 0.000.440.01   0.19
XYZ42.483429.742960.6286
Yxy29.74290.31980.2239
Hunter Lab54.537143.6085-27.7365
CIE-Lab61.431848.5360-31.0361

#ce73cc color RGB value is (206,115,204).

#ce73cc hex color red value is 206, green value is 115 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce73cc hue: 0.84 , saturation: 0.48 and the lightness value of ce73cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 11001100
Octal 316 163 314
Decimal 206 115 204
Hex CE 73 CC

RGB Percentages of Color #ce73cc

%39.24
%21.90
%38.86

CMYK Percentages of Color #ce73cc

%0
%44
%1
%19

Triadic Colors of #ce73cc

#ce73cc #ccce73 #73ccce

Analogous Colors of #ce73cc

#ce73cc #ce739f #a373ce

Monochromatic Colors of #ce73cc

#ce73cc

Complementary Color

#ce73cc #73ce75

#ce73cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce73cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce73cc Color CSS Codes

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

#ce73cc Text Font Color

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

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


#ce73cc Background Color

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

This div background color is #ce73cc


#ce73cc Border Color

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

This div border color is #ce73cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce73cc


Comments

No comments written yet.

Please login to write comment.