Color Hex Logo

#ce7fba Color Hex

#CE7FBA
(206,127,186)
0 Favorites   0 Comments

Color spaces of #ce7fba

RGB 206127186
HSL0.880.450.65
HSV315°38°81°
CMYK 0.000.380.10   0.19
XYZ41.905931.845750.3925
Yxy31.84570.33760.2565
Hunter Lab56.432033.7965-13.4422
CIE-Lab63.215239.1088-18.1251

#ce7fba color RGB value is (206,127,186).

#ce7fba hex color red value is 206, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce7fba hue: 0.88 , saturation: 0.45 and the lightness value of ce7fba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111111 10111010
Octal 316 177 272
Decimal 206 127 186
Hex CE 7F BA

RGB Percentages of Color #ce7fba

%39.69
%24.47
%35.84

CMYK Percentages of Color #ce7fba

%0
%38
%10
%19

Triadic Colors of #ce7fba

#ce7fba #bace7f #7fbace

Analogous Colors of #ce7fba

#ce7fba #ce7f93 #bb7fce

Monochromatic Colors of #ce7fba

#ce7fba

Complementary Color

#ce7fba #7fce93

#ce7fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7fba Color CSS Codes

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

#ce7fba Text Font Color

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

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


#ce7fba Background Color

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

This div background color is #ce7fba


#ce7fba Border Color

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

This div border color is #ce7fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7fba


Comments

No comments written yet.

Please login to write comment.