Color Hex Logo

#cb59fd Color Hex

#CB59FD
(203,89,253)
0 Favorites   0 Comments

Color spaces of #cb59fd

RGB 20389253
HSL0.780.980.67
HSV282°65°99°
CMYK 0.200.650.00   0.01
XYZ45.930626.933195.7063
Yxy26.93310.27250.1598
Hunter Lab51.897167.1583-73.0120
CIE-Lab58.912469.4678-62.4237

#cb59fd color RGB value is (203,89,253).

#cb59fd hex color red value is 203, green value is 89 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cb59fd hue: 0.78 , saturation: 0.98 and the lightness value of cb59fd is 0.67.

The process color (four color CMYK) of #cb59fd color hex is 0.20, 0.65, 0.00, 0.01. Web safe color of #cb59fd is #cc66ff. Color #cb59fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011001 11111101
Octal 313 131 375
Decimal 203 89 253
Hex CB 59 FD

RGB Percentages of Color #cb59fd

%37.25
%16.33
%46.42

CMYK Percentages of Color #cb59fd

%20
%65
%0
%1

Triadic Colors of #cb59fd

#cb59fd #fdcb59 #59fdcb

Analogous Colors of #cb59fd

#cb59fd #fd59dd #7959fd

Monochromatic Colors of #cb59fd

#cb59fd

Complementary Color

#cb59fd #8bfd59

#cb59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb59fd Color CSS Codes

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

#cb59fd Text Font Color

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

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


#cb59fd Background Color

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

This div background color is #cb59fd


#cb59fd Border Color

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

This div border color is #cb59fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb59fd

Related Colors


Comments

No comments written yet.

Please login to write comment.