Color Hex Logo

#cb2bdd Color Hex

#CB2BDD
(203,43,221)
0 Favorites   0 Comments

Color spaces of #cb2bdd

RGB 20343221
HSL0.820.720.52
HSV294°81°87°
CMYK 0.080.810.00   0.13
XYZ38.543619.644770.1669
Yxy19.64470.30030.1530
Hunter Lab44.322377.6631-62.8366
CIE-Lab51.433179.4306-56.4871

#cb2bdd color RGB value is (203,43,221).

#cb2bdd hex color red value is 203, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb2bdd hue: 0.82 , saturation: 0.72 and the lightness value of cb2bdd is 0.52.

The process color (four color CMYK) of #cb2bdd color hex is 0.08, 0.81, 0.00, 0.13. Web safe color of #cb2bdd is #cc33cc. Color #cb2bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101011 11011101
Octal 313 53 335
Decimal 203 43 221
Hex CB 2B DD

RGB Percentages of Color #cb2bdd

%43.47
%9.21
%47.32

CMYK Percentages of Color #cb2bdd

%8
%81
%0
%13

Triadic Colors of #cb2bdd

#cb2bdd #ddcb2b #2bddcb

Analogous Colors of #cb2bdd

#cb2bdd #dd2b96 #722bdd

Monochromatic Colors of #cb2bdd

#cb2bdd

Complementary Color

#cb2bdd #3ddd2b

#cb2bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2bdd Color CSS Codes

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

#cb2bdd Text Font Color

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

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


#cb2bdd Background Color

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

This div background color is #cb2bdd


#cb2bdd Border Color

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

This div border color is #cb2bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2bdd


Comments

No comments written yet.

Please login to write comment.