Color Hex Logo

#cb51df Color Hex

#CB51DF
(203,81,223)
0 Favorites   0 Comments

Color spaces of #cb51df

RGB 20381223
HSL0.810.690.60
HSV292°64°87°
CMYK 0.090.640.00   0.13
XYZ40.890323.909172.2718
Yxy23.90910.29830.1744
Hunter Lab48.896963.7019-53.4054
CIE-Lab55.996767.1235-50.3293

#cb51df color RGB value is (203,81,223).

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

The process color (four color CMYK) of #cb51df color hex is 0.09, 0.64, 0.00, 0.13. Web safe color of #cb51df is #cc66cc. Color #cb51df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010001 11011111
Octal 313 121 337
Decimal 203 81 223
Hex CB 51 DF

RGB Percentages of Color #cb51df

%40.04
%15.98
%43.98

CMYK Percentages of Color #cb51df

%9
%64
%0
%13

Triadic Colors of #cb51df

#cb51df #dfcb51 #51dfcb

Analogous Colors of #cb51df

#cb51df #df51ac #8451df

Monochromatic Colors of #cb51df

#cb51df

Complementary Color

#cb51df #65df51

#cb51df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb51df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb51df Color CSS Codes

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

#cb51df Text Font Color

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

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


#cb51df Background Color

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

This div background color is #cb51df


#cb51df Border Color

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

This div border color is #cb51df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb51df


Comments

No comments written yet.

Please login to write comment.