Color Hex Logo

#ce50be Color Hex

#CE50BE
(206,80,190)
0 Favorites   0 Comments

Color spaces of #ce50be

RGB 20680190
HSL0.850.560.56
HSV308°61°81°
CMYK 0.000.610.08   0.19
XYZ37.616522.576851.0904
Yxy22.57680.33800.2029
Hunter Lab47.515158.1627-30.4908
CIE-Lab54.633762.6434-33.6316

#ce50be color RGB value is (206,80,190).

#ce50be hex color red value is 206, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce50be hue: 0.85 , saturation: 0.56 and the lightness value of ce50be is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 10111110
Octal 316 120 276
Decimal 206 80 190
Hex CE 50 BE

RGB Percentages of Color #ce50be

%43.28
%16.81
%39.92

CMYK Percentages of Color #ce50be

%0
%61
%8
%19

Triadic Colors of #ce50be

#ce50be #bece50 #50bece

Analogous Colors of #ce50be

#ce50be #ce507f #9f50ce

Monochromatic Colors of #ce50be

#ce50be

Complementary Color

#ce50be #50ce60

#ce50be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce50be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce50be Color CSS Codes

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

#ce50be Text Font Color

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

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


#ce50be Background Color

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

This div background color is #ce50be


#ce50be Border Color

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

This div border color is #ce50be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce50be


Comments

No comments written yet.

Please login to write comment.