Color Hex Logo

#ce73bc Color Hex

#CE73BC
(206,115,188)
0 Favorites   0 Comments

Color spaces of #ce73bc

RGB 206115188
HSL0.870.480.63
HSV312°44°81°
CMYK 0.000.440.09   0.19
XYZ40.661429.014151.0341
Yxy29.01410.33690.2404
Hunter Lab53.864740.4827-18.4689
CIE-Lab60.794145.7394-22.9532

#ce73bc color RGB value is (206,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110011 10111100
Octal 316 163 274
Decimal 206 115 188
Hex CE 73 BC

RGB Percentages of Color #ce73bc

%40.47
%22.59
%36.94

CMYK Percentages of Color #ce73bc

%0
%44
%9
%19

Triadic Colors of #ce73bc

#ce73bc #bcce73 #73bcce

Analogous Colors of #ce73bc

#ce73bc #ce738f #b373ce

Monochromatic Colors of #ce73bc

#ce73bc

Complementary Color

#ce73bc #73ce85

#ce73bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce73bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce73bc Color CSS Codes

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

#ce73bc Text Font Color

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

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


#ce73bc Background Color

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

This div background color is #ce73bc


#ce73bc Border Color

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

This div border color is #ce73bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce73bc


Comments

No comments written yet.

Please login to write comment.