Color Hex Logo

#cb58fa Color Hex

#CB58FA
(203,88,250)
0 Favorites   0 Comments

Color spaces of #cb58fa

RGB 20388250
HSL0.780.940.66
HSV283°65°98°
CMYK 0.190.650.00   0.02
XYZ45.373626.578193.1811
Yxy26.57810.27480.1609
Hunter Lab51.554066.8818-71.0758
CIE-Lab58.581869.3002-61.2937

#cb58fa color RGB value is (203,88,250).

#cb58fa hex color red value is 203, green value is 88 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cb58fa hue: 0.78 , saturation: 0.94 and the lightness value of cb58fa is 0.66.

The process color (four color CMYK) of #cb58fa color hex is 0.19, 0.65, 0.00, 0.02. Web safe color of #cb58fa is #cc66ff. Color #cb58fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 11111010
Octal 313 130 372
Decimal 203 88 250
Hex CB 58 FA

RGB Percentages of Color #cb58fa

%37.52
%16.27
%46.21

CMYK Percentages of Color #cb58fa

%19
%65
%0
%2

Triadic Colors of #cb58fa

#cb58fa #facb58 #58facb

Analogous Colors of #cb58fa

#cb58fa #fa58d8 #7a58fa

Monochromatic Colors of #cb58fa

#cb58fa

Complementary Color

#cb58fa #87fa58

#cb58fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb58fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb58fa Color CSS Codes

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

#cb58fa Text Font Color

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

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


#cb58fa Background Color

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

This div background color is #cb58fa


#cb58fa Border Color

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

This div border color is #cb58fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb58fa

Related Colors


Comments

No comments written yet.

Please login to write comment.