Color Hex Logo

#cb7fbe Color Hex

#CB7FBE
(203,127,190)
0 Favorites   0 Comments

Color spaces of #cb7fbe

RGB 203127190
HSL0.860.420.65
HSV310°37°80°
CMYK 0.000.370.06   0.20
XYZ41.512231.593052.6253
Yxy31.59300.33020.2513
Hunter Lab56.207733.4679-16.1658
CIE-Lab63.005138.8188-20.7393

#cb7fbe color RGB value is (203,127,190).

#cb7fbe hex color red value is 203, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb7fbe hue: 0.86 , saturation: 0.42 and the lightness value of cb7fbe is 0.65.

The process color (four color CMYK) of #cb7fbe color hex is 0.00, 0.37, 0.06, 0.20. Web safe color of #cb7fbe is #cc66cc. Color #cb7fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111111 10111110
Octal 313 177 276
Decimal 203 127 190
Hex CB 7F BE

RGB Percentages of Color #cb7fbe

%39.04
%24.42
%36.54

CMYK Percentages of Color #cb7fbe

%0
%37
%6
%20

Triadic Colors of #cb7fbe

#cb7fbe #becb7f #7fbecb

Analogous Colors of #cb7fbe

#cb7fbe #cb7f98 #b27fcb

Monochromatic Colors of #cb7fbe

#cb7fbe

Complementary Color

#cb7fbe #7fcb8c

#cb7fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7fbe Color CSS Codes

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

#cb7fbe Text Font Color

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

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


#cb7fbe Background Color

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

This div background color is #cb7fbe


#cb7fbe Border Color

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

This div border color is #cb7fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,127,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 #cb7fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7fbe


Comments

No comments written yet.

Please login to write comment.