Color Hex Logo

#cc1bdb Color Hex

#CC1BDB
(204,27,219)
0 Favorites   0 Comments

Color spaces of #cc1bdb

RGB 20427219
HSL0.820.780.48
HSV295°88°86°
CMYK 0.070.880.00   0.14
XYZ38.080018.735768.6271
Yxy18.73570.30360.1494
Hunter Lab43.284881.2880-63.7038
CIE-Lab50.376582.4949-57.0357

#cc1bdb color RGB value is (204,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011011 11011011
Octal 314 33 333
Decimal 204 27 219
Hex CC 1B DB

RGB Percentages of Color #cc1bdb

%45.33
%6.00
%48.67

CMYK Percentages of Color #cc1bdb

%7
%88
%0
%14

Triadic Colors of #cc1bdb

#cc1bdb #dbcc1b #1bdbcc

Analogous Colors of #cc1bdb

#cc1bdb #db1b8a #6c1bdb

Monochromatic Colors of #cc1bdb

#cc1bdb

Complementary Color

#cc1bdb #2adb1b

#cc1bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1bdb Color CSS Codes

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

#cc1bdb Text Font Color

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

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


#cc1bdb Background Color

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

This div background color is #cc1bdb


#cc1bdb Border Color

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

This div border color is #cc1bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1bdb


Comments

No comments written yet.

Please login to write comment.