Color Hex Logo

#c33bdb Color Hex

#C33BDB
(195,59,219)
1 Favorites   0 Comments

Color spaces of #c33bdb

RGB 19559219
HSL0.810.690.55
HSV291°73°86°
CMYK 0.110.730.00   0.14
XYZ36.855819.844568.9057
Yxy19.84450.29340.1580
Hunter Lab44.547269.7232-60.5269
CIE-Lab51.660972.9657-55.0530

#c33bdb color RGB value is (195,59,219).

#c33bdb hex color red value is 195, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c33bdb hue: 0.81 , saturation: 0.69 and the lightness value of c33bdb is 0.55.

The process color (four color CMYK) of #c33bdb color hex is 0.11, 0.73, 0.00, 0.14. Web safe color of #c33bdb is #cc33cc. Color #c33bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 11011011
Octal 303 73 333
Decimal 195 59 219
Hex C3 3B DB

RGB Percentages of Color #c33bdb

%41.23
%12.47
%46.30

CMYK Percentages of Color #c33bdb

%11
%73
%0
%14

Triadic Colors of #c33bdb

#c33bdb #dbc33b #3bdbc3

Analogous Colors of #c33bdb

#c33bdb #db3ba3 #733bdb

Monochromatic Colors of #c33bdb

#c33bdb

Complementary Color

#c33bdb #53db3b

#c33bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bdb Color CSS Codes

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

#c33bdb Text Font Color

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

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


#c33bdb Background Color

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

This div background color is #c33bdb


#c33bdb Border Color

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

This div border color is #c33bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bdb


Comments

No comments written yet.

Please login to write comment.