Color Hex Logo

#cb4bdf Color Hex

#CB4BDF
(203,75,223)
0 Favorites   0 Comments

Color spaces of #cb4bdf

RGB 20375223
HSL0.810.700.58
HSV292°66°87°
CMYK 0.090.660.00   0.13
XYZ40.464023.056472.1297
Yxy23.05640.29830.1700
Hunter Lab48.017166.3921-55.4516
CIE-Lab55.130469.5412-51.7085

#cb4bdf color RGB value is (203,75,223).

#cb4bdf hex color red value is 203, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cb4bdf hue: 0.81 , saturation: 0.70 and the lightness value of cb4bdf is 0.58.

The process color (four color CMYK) of #cb4bdf color hex is 0.09, 0.66, 0.00, 0.13. Web safe color of #cb4bdf is #cc33cc. Color #cb4bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001011 11011111
Octal 313 113 337
Decimal 203 75 223
Hex CB 4B DF

RGB Percentages of Color #cb4bdf

%40.52
%14.97
%44.51

CMYK Percentages of Color #cb4bdf

%9
%66
%0
%13

Triadic Colors of #cb4bdf

#cb4bdf #dfcb4b #4bdfcb

Analogous Colors of #cb4bdf

#cb4bdf #df4ba9 #814bdf

Monochromatic Colors of #cb4bdf

#cb4bdf

Complementary Color

#cb4bdf #5fdf4b

#cb4bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4bdf Color CSS Codes

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

#cb4bdf Text Font Color

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

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


#cb4bdf Background Color

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

This div background color is #cb4bdf


#cb4bdf Border Color

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

This div border color is #cb4bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4bdf


Comments

No comments written yet.

Please login to write comment.