Color Hex Logo

#cb7fdb Color Hex

#CB7FDB
(203,127,219)
0 Favorites   0 Comments

Color spaces of #cb7fdb

RGB 203127219
HSL0.800.560.68
HSV290°42°86°
CMYK 0.070.420.00   0.14
XYZ45.004232.989771.0135
Yxy32.98970.30200.2214
Hunter Lab57.436739.3486-33.0993
CIE-Lab64.152644.2248-35.2490

#cb7fdb color RGB value is (203,127,219).

#cb7fdb hex color red value is 203, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb7fdb hue: 0.80 , saturation: 0.56 and the lightness value of cb7fdb is 0.68.

The process color (four color CMYK) of #cb7fdb color hex is 0.07, 0.42, 0.00, 0.14. Web safe color of #cb7fdb is #cc66cc. Color #cb7fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111111 11011011
Octal 313 177 333
Decimal 203 127 219
Hex CB 7F DB

RGB Percentages of Color #cb7fdb

%36.98
%23.13
%39.89

CMYK Percentages of Color #cb7fdb

%7
%42
%0
%14

Triadic Colors of #cb7fdb

#cb7fdb #dbcb7f #7fdbcb

Analogous Colors of #cb7fdb

#cb7fdb #db7fbd #9d7fdb

Monochromatic Colors of #cb7fdb

#cb7fdb

Complementary Color

#cb7fdb #8fdb7f

#cb7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7fdb Color CSS Codes

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

#cb7fdb Text Font Color

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

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


#cb7fdb Background Color

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

This div background color is #cb7fdb


#cb7fdb Border Color

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

This div border color is #cb7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7fdb


Comments

No comments written yet.

Please login to write comment.