Color Hex Logo

#c31bdb Color Hex

#C31BDB
(195,27,219)
0 Favorites   0 Comments

Color spaces of #c31bdb

RGB 19527219
HSL0.810.780.48
HSV293°88°86°
CMYK 0.110.880.00   0.14
XYZ35.683817.500468.5150
Yxy17.50040.29320.1438
Hunter Lab41.833579.0512-67.8219
CIE-Lab48.884581.0268-59.5149

#c31bdb color RGB value is (195,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011011 11011011
Octal 303 33 333
Decimal 195 27 219
Hex C3 1B DB

RGB Percentages of Color #c31bdb

%44.22
%6.12
%49.66

CMYK Percentages of Color #c31bdb

%11
%88
%0
%14

Triadic Colors of #c31bdb

#c31bdb #dbc31b #1bdbc3

Analogous Colors of #c31bdb

#c31bdb #db1b93 #631bdb

Monochromatic Colors of #c31bdb

#c31bdb

Complementary Color

#c31bdb #33db1b

#c31bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31bdb Color CSS Codes

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

#c31bdb Text Font Color

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

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


#c31bdb Background Color

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

This div background color is #c31bdb


#c31bdb Border Color

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

This div border color is #c31bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31bdb


Comments

No comments written yet.

Please login to write comment.