Color Hex Logo

#cb2fdd Color Hex

#CB2FDD
(203,47,221)
0 Favorites   0 Comments

Color spaces of #cb2fdd

RGB 20347221
HSL0.820.720.53
HSV294°79°87°
CMYK 0.080.790.00   0.13
XYZ38.696319.950070.2178
Yxy19.95000.30030.1548
Hunter Lab44.665476.4806-61.9431
CIE-Lab51.780678.4207-55.9297

#cb2fdd color RGB value is (203,47,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101111 11011101
Octal 313 57 335
Decimal 203 47 221
Hex CB 2F DD

RGB Percentages of Color #cb2fdd

%43.10
%9.98
%46.92

CMYK Percentages of Color #cb2fdd

%8
%79
%0
%13

Triadic Colors of #cb2fdd

#cb2fdd #ddcb2f #2fddcb

Analogous Colors of #cb2fdd

#cb2fdd #dd2f98 #742fdd

Monochromatic Colors of #cb2fdd

#cb2fdd

Complementary Color

#cb2fdd #41dd2f

#cb2fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2fdd Color CSS Codes

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

#cb2fdd Text Font Color

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

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


#cb2fdd Background Color

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

This div background color is #cb2fdd


#cb2fdd Border Color

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

This div border color is #cb2fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2fdd


Comments

No comments written yet.

Please login to write comment.