Color Hex Logo

#cb3fdb Color Hex

#CB3FDB
(203,63,219)
0 Favorites   0 Comments

Color spaces of #cb3fdb

RGB 20363219
HSL0.820.680.55
HSV294°71°86°
CMYK 0.070.710.00   0.14
XYZ39.192321.366069.0762
Yxy21.36600.30230.1648
Hunter Lab46.223470.4573-56.2466
CIE-Lab53.347873.2425-52.2862

#cb3fdb color RGB value is (203,63,219).

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

The process color (four color CMYK) of #cb3fdb color hex is 0.07, 0.71, 0.00, 0.14. Web safe color of #cb3fdb is #cc33cc. Color #cb3fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00111111 11011011
Octal 313 77 333
Decimal 203 63 219
Hex CB 3F DB

RGB Percentages of Color #cb3fdb

%41.86
%12.99
%45.15

CMYK Percentages of Color #cb3fdb

%7
%71
%0
%14

Triadic Colors of #cb3fdb

#cb3fdb #dbcb3f #3fdbcb

Analogous Colors of #cb3fdb

#cb3fdb #db3f9d #7d3fdb

Monochromatic Colors of #cb3fdb

#cb3fdb

Complementary Color

#cb3fdb #4fdb3f

#cb3fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3fdb Color CSS Codes

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

#cb3fdb Text Font Color

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

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


#cb3fdb Background Color

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

This div background color is #cb3fdb


#cb3fdb Border Color

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

This div border color is #cb3fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3fdb


Comments

No comments written yet.

Please login to write comment.