Color Hex Logo

#cb218d Color Hex

#CB218D
(203,33,141)
0 Favorites   0 Comments

Color spaces of #cb218d

RGB 20333141
HSL0.890.720.46
HSV322°84°80°
CMYK 0.000.840.31   0.20
XYZ29.980215.707326.6510
Yxy15.70730.41440.2171
Hunter Lab39.632465.6707-12.1271
CIE-Lab46.588170.5812-17.1963

#cb218d color RGB value is (203,33,141).

#cb218d hex color red value is 203, green value is 33 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cb218d hue: 0.89 , saturation: 0.72 and the lightness value of cb218d is 0.46.

The process color (four color CMYK) of #cb218d color hex is 0.00, 0.84, 0.31, 0.20. Web safe color of #cb218d is #cc3399. Color #cb218d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100001 10001101
Octal 313 41 215
Decimal 203 33 141
Hex CB 21 8D

RGB Percentages of Color #cb218d

%53.85
%8.75
%37.40

CMYK Percentages of Color #cb218d

%0
%84
%31
%20

Triadic Colors of #cb218d

#cb218d #8dcb21 #218dcb

Analogous Colors of #cb218d

#cb218d #cb2138 #b421cb

Monochromatic Colors of #cb218d

#cb218d

Complementary Color

#cb218d #21cb5f

#cb218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb218d Color CSS Codes

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

#cb218d Text Font Color

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

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


#cb218d Background Color

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

This div background color is #cb218d


#cb218d Border Color

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

This div border color is #cb218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb218d


Comments

No comments written yet.

Please login to write comment.